Skip to content

Commit 9a0cad6

Browse files
committed
fix precheck
1 parent 37511cf commit 9a0cad6

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)