Skip to content

Commit 2882b03

Browse files
[MegaLinter] Apply linters fixes
1 parent d51924b commit 2882b03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

newrelic/hooks/framework_aiohttp.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from newrelic.api.function_trace import function_trace
2020
from newrelic.api.transaction import current_transaction, ignore_transaction
2121
from newrelic.api.web_transaction import web_transaction
22-
from newrelic.common.async_wrapper import async_wrapper, is_coroutine_callable
22+
from newrelic.common.async_wrapper import is_coroutine_callable
2323
from newrelic.common.object_names import callable_name
2424
from newrelic.common.object_wrapper import ObjectProxy, function_wrapper, wrap_function_wrapper
2525
from newrelic.core.config import is_expected_error, should_ignore_error
@@ -329,4 +329,3 @@ def instrument_aiohttp_web(module):
329329

330330
def instrument_aiohttp_wsgi(module):
331331
wrap_function_wrapper(module, "WsgiResponse.__init__", _nr_aiohttp_wrap_wsgi_response_)
332-

0 commit comments

Comments
 (0)