Skip to content

Commit fad8849

Browse files
pylint fix (Azure#39190)
1 parent 1e0a28b commit fad8849

File tree

1 file changed

+1
-1
lines changed
  • sdk/core/azure-core-tracing-opentelemetry/azure/core/tracing/ext/opentelemetry_span

1 file changed

+1
-1
lines changed

sdk/core/azure-core-tracing-opentelemetry/azure/core/tracing/ext/opentelemetry_span/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55
"""Implements azure.core.tracing.AbstractSpan to wrap OpenTelemetry spans."""
6-
from typing import Any, ContextManager, Dict, Optional, Union, Callable, Sequence, cast, List, TYPE_CHECKING
6+
from typing import Any, ContextManager, Dict, Optional, Union, Callable, Sequence, cast, List
77
import warnings
88

99
from opentelemetry import context, trace

0 commit comments

Comments
 (0)