Skip to content

Commit e1e8412

Browse files
committed
sort imports
1 parent 81e137f commit e1e8412

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@
6666
HTTP_URL,
6767
)
6868
from opentelemetry.semconv._incubating.attributes.net_attributes import NET_HOST_PORT
69+
from opentelemetry.semconv.attributes.http_attributes import (
70+
HTTP_REQUEST_METHOD,
71+
HTTP_RESPONSE_STATUS_CODE,
72+
HTTP_ROUTE,
73+
)
74+
from opentelemetry.semconv.attributes.network_attributes import (
75+
NETWORK_PROTOCOL_VERSION,
76+
)
77+
from opentelemetry.semconv.attributes.url_attributes import URL_SCHEME
6978
from opentelemetry.test.globals_test import reset_trace_globals
7079
from opentelemetry.test.test_base import TestBase
7180
from opentelemetry.util._importlib_metadata import entry_points

0 commit comments

Comments
 (0)