Skip to content

Commit 1b18756

Browse files
committed
Fix import
1 parent 309d6d9 commit 1b18756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/azure-core-tracing-opencensus/azure/core/tracing/ext/opencensus_span.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from opencensus.trace.link import Link
1111
from opencensus.trace.propagation import trace_context_http_header_format
1212

13-
from .. import SpanKind
13+
from azure.core.tracing import SpanKind
1414

1515
try:
1616
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)