Skip to content

Commit a2a4831

Browse files
committed
update import that broke with major version
1 parent d01d844 commit a2a4831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contrib/dd_trace_api/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import dd_trace_api
55

6-
from ddtrace import Span as dd_span_class
6+
from ddtrace._trace.span import Span as dd_span_class
77
from ddtrace.contrib.internal.dd_trace_api.patch import patch
88
from ddtrace.contrib.internal.dd_trace_api.patch import unpatch
99
from tests.utils import TracerTestCase

0 commit comments

Comments
 (0)