Skip to content

Commit 58b1f12

Browse files
committed
Fixup: syntax error
1 parent 500e2d0 commit 58b1f12

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
@@ -240,7 +240,7 @@ def _nr_aiohttp_request_wrapper_(wrapped, instance, args, kwargs):
240240

241241
method, url = _bind_request(*args, **kwargs)
242242
with ExternalTrace("aiohttp", str(url), method):
243-
return await wrapped(*args, **kwargs))
243+
return await wrapped(*args, **kwargs)
244244

245245

246246
def instrument_aiohttp_client(module):

0 commit comments

Comments
 (0)