Skip to content

Commit 23ac4df

Browse files
committed
fix comment
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
1 parent 3151d25 commit 23ac4df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opentelemetry-sdk/src/opentelemetry/sdk/util/instrumentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from typing_extensions import deprecated
1919

2020
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
21+
from opentelemetry.util.types import ( # TODO: see if we can remove F401 when using new sphinx version # noqa: F401 # pylint: disable=unused-import
2222
AnyValue,
2323
Attributes,
2424
_ExtendedAttributes,

0 commit comments

Comments
 (0)