Skip to content

Commit b6ae222

Browse files
committed
Fixup: missing import
1 parent 8142cac commit b6ae222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

newrelic/hooks/framework_aiohttp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import inspect
1616
import itertools
1717

18+
from newrelic.api.time_trace import notice_error
1819
from newrelic.api.external_trace import ExternalTrace
1920
from newrelic.api.function_trace import function_trace
2021
from newrelic.api.transaction import current_transaction, ignore_transaction

0 commit comments

Comments
 (0)