We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad7a3d commit cd4f412Copy full SHA for cd4f412
Lib/test/test_profiling/test_sampling_profiler/test_binary_format.py
@@ -19,11 +19,7 @@
19
THREAD_STATUS_GIL_REQUESTED,
20
THREAD_STATUS_HAS_EXCEPTION,
21
)
22
- from profiling.sampling.binary_collector import (
23
- BinaryCollector,
24
- COMPRESSION_NONE,
25
- COMPRESSION_ZSTD,
26
- )
+ from profiling.sampling.binary_collector import BinaryCollector
27
from profiling.sampling.binary_reader import BinaryReader
28
29
ZSTD_AVAILABLE = _remote_debugging.zstd_available()
0 commit comments