Skip to content

Commit 8fcf4ec

Browse files
committed
fix ruff
Signed-off-by: emdneto <[email protected]>
1 parent 17e08fa commit 8fcf4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
# pylint: disable=too-many-lines
1616

17-
from importlib.metadata import PackageNotFoundError
1817
import unittest
1918
from contextlib import ExitStack
19+
from importlib.metadata import PackageNotFoundError
2020
from timeit import default_timer
2121
from unittest.mock import Mock, call, patch
2222

0 commit comments

Comments
 (0)