Skip to content

Commit d239f91

Browse files
authored
chore(profiling): add import typing (#15520)
## Description Fix broken main <!-- Provide an overview of the change and motivation for the change --> ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent f29d01d commit d239f91

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)