Skip to content

Commit b718186

Browse files
[MegaLinter] Apply linters fixes
1 parent b6ae222 commit b718186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newrelic/hooks/framework_aiohttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
import inspect
1616
import itertools
1717

18-
from newrelic.api.time_trace import notice_error
1918
from newrelic.api.external_trace import ExternalTrace
2019
from newrelic.api.function_trace import function_trace
20+
from newrelic.api.time_trace import notice_error
2121
from newrelic.api.transaction import current_transaction, ignore_transaction
2222
from newrelic.api.web_transaction import web_transaction
2323
from newrelic.common.async_wrapper import async_wrapper, is_coroutine_callable

0 commit comments

Comments
 (0)