File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1919from newrelic .api .function_trace import function_trace
2020from newrelic .api .transaction import current_transaction , ignore_transaction
2121from 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
2323from newrelic .common .object_names import callable_name
2424from newrelic .common .object_wrapper import ObjectProxy , function_wrapper , wrap_function_wrapper
2525from newrelic .core .config import is_expected_error , should_ignore_error
@@ -329,4 +329,3 @@ def instrument_aiohttp_web(module):
329329
330330def instrument_aiohttp_wsgi (module ):
331331 wrap_function_wrapper (module , "WsgiResponse.__init__" , _nr_aiohttp_wrap_wsgi_response_ )
332-
You can’t perform that action at this time.
0 commit comments