Skip to content

Commit 8142cac

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

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
@@ -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 is_coroutine_callable
22+
from newrelic.common.async_wrapper import async_wrapper, 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

0 commit comments

Comments
 (0)