Skip to content

Commit 5c2ad89

Browse files
committed
sort imports
1 parent 81e137f commit 5c2ad89

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

instrumentation/opentelemetry-instrumentation-fastapi/tests/test_fastapi_instrumentation.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@
4646
NumberDataPoint,
4747
)
4848
from opentelemetry.sdk.resources import Resource
49-
from opentelemetry.semconv.attributes.http_attributes import (
50-
HTTP_REQUEST_METHOD,
51-
HTTP_RESPONSE_STATUS_CODE,
52-
HTTP_ROUTE,
53-
)
54-
from opentelemetry.semconv.attributes.network_attributes import (
55-
NETWORK_PROTOCOL_VERSION,
56-
)
57-
from opentelemetry.semconv.attributes.url_attributes import URL_SCHEME
5849
from opentelemetry.semconv._incubating.attributes.http_attributes import (
5950
HTTP_FLAVOR,
6051
HTTP_HOST,
@@ -66,6 +57,15 @@
6657
HTTP_URL,
6758
)
6859
from opentelemetry.semconv._incubating.attributes.net_attributes import NET_HOST_PORT
60+
from opentelemetry.semconv.attributes.http_attributes import (
61+
HTTP_REQUEST_METHOD,
62+
HTTP_RESPONSE_STATUS_CODE,
63+
HTTP_ROUTE,
64+
)
65+
from opentelemetry.semconv.attributes.network_attributes import (
66+
NETWORK_PROTOCOL_VERSION,
67+
)
68+
from opentelemetry.semconv.attributes.url_attributes import URL_SCHEME
6969
from opentelemetry.test.globals_test import reset_trace_globals
7070
from opentelemetry.test.test_base import TestBase
7171
from opentelemetry.util._importlib_metadata import entry_points

0 commit comments

Comments
 (0)