Skip to content

Commit 488f793

Browse files
Fix import ordering
1 parent 0d560f9 commit 488f793

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-httpx/src/opentelemetry/instrumentation/httpx

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-httpx/src/opentelemetry/instrumentation/httpx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ async def async_response_hook(span, request, response):
207207

208208
import logging
209209
import typing
210-
from inspect import iscoroutinefunction
211210
from functools import partial
211+
from inspect import iscoroutinefunction
212212
from timeit import default_timer
213213
from types import TracebackType
214214

0 commit comments

Comments
 (0)