Skip to content

Commit 69e5ccf

Browse files
committed
style: apply isort
1 parent eed2bef commit 69e5ccf

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-aiohttp-client/src/opentelemetry/instrumentation/aiohttp_client

1 file changed

+1
-0
lines changed

instrumentation/opentelemetry-instrumentation-aiohttp-client/src/opentelemetry/instrumentation/aiohttp_client/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def response_hook(span: Span, params: typing.Union[
9292
import aiohttp
9393
import wrapt
9494
import yarl
95+
9596
from opentelemetry import context as context_api
9697
from opentelemetry import trace
9798
from opentelemetry.instrumentation.aiohttp_client.package import _instruments

0 commit comments

Comments
 (0)