Use the proper import for newrelic agent

This commit is contained in:
Adrià Casajús 2022-04-28 13:01:49 +02:00
parent 93ae82aa46
commit 25c3626226
No known key found for this signature in database
GPG Key ID: F0033226A5AFC9B9
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