Skip to content

Commit e8a6830

Browse files
lint fixes
1 parent 1b909df commit e8a6830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/profiling_v2/collector/test_threading.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
from tests.profiling.collector import pprof_utils
1515
from tests.profiling.collector import test_collector
1616
from tests.profiling.collector.lock_utils import get_lock_linenos
17+
from tests.profiling.collector.lock_utils import init_linenos
18+
1719

1820

1921
# Module-level globals for testing global lock profiling
2022
_test_global_lock = None
2123
_test_global_bar_instance = None
22-
from tests.profiling.collector.lock_utils import init_linenos
2324

2425

2526
TESTING_GEVENT = os.getenv("DD_PROFILE_TEST_GEVENT", False)

0 commit comments

Comments
 (0)