Skip to content

Commit 87343e1

Browse files
committed
chore(profiling): add import typing
1 parent f29d01d commit 87343e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ddtrace/profiling/collector/threading.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import absolute_import
22

33
import threading
4+
import typing
45

56
from ddtrace.internal._unpatched import _threading as ddtrace_threading
67
from ddtrace.internal.datadog.profiling import stack_v2

0 commit comments

Comments
 (0)