We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadfbc2 commit 8142cacCopy full SHA for 8142cac
newrelic/hooks/framework_aiohttp.py
@@ -19,7 +19,7 @@
19
from newrelic.api.function_trace import function_trace
20
from newrelic.api.transaction import current_transaction, ignore_transaction
21
from newrelic.api.web_transaction import web_transaction
22
-from newrelic.common.async_wrapper import is_coroutine_callable
+from newrelic.common.async_wrapper import async_wrapper, is_coroutine_callable
23
from newrelic.common.object_names import callable_name
24
from newrelic.common.object_wrapper import ObjectProxy, function_wrapper, wrap_function_wrapper
25
from newrelic.core.config import is_expected_error, should_ignore_error
0 commit comments