We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3151d25 commit 23ac4dfCopy full SHA for 23ac4df
1 file changed
opentelemetry-sdk/src/opentelemetry/sdk/util/instrumentation.py
@@ -18,7 +18,7 @@
18
from typing_extensions import deprecated
19
20
from opentelemetry.attributes import BoundedAttributes
21
-from opentelemetry.util.types import ( # noqa: F401 pylint: disable=unused-import TODO: see if we can remove F401 when using new sphinx version
+from opentelemetry.util.types import ( # TODO: see if we can remove F401 when using new sphinx version # noqa: F401 # pylint: disable=unused-import
22
AnyValue,
23
Attributes,
24
_ExtendedAttributes,
0 commit comments