Merge pull request #938 from simple-login/ac-fix-invalid-import

Use the proper import for newrelic agent
This commit is contained in:
Adrià Casajús 2022-04-28 16:52:09 +02:00 committed by GitHub
commit bb4207c3a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import newrelic
import newrelic.agent
from app.models import EnumE

View file

@ -1,7 +1,7 @@
from __future__ import annotations
from typing import Dict, Optional
import newrelic
import newrelic.agent
from app.email import headers
from app.models import EnumE