Skip to content

Commit cd4f412

Browse files
committed
Fix CI
1 parent 3ad7a3d commit cd4f412

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Lib/test/test_profiling/test_sampling_profiler/test_binary_format.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
THREAD_STATUS_GIL_REQUESTED,
2020
THREAD_STATUS_HAS_EXCEPTION,
2121
)
22-
from profiling.sampling.binary_collector import (
23-
BinaryCollector,
24-
COMPRESSION_NONE,
25-
COMPRESSION_ZSTD,
26-
)
22+
from profiling.sampling.binary_collector import BinaryCollector
2723
from profiling.sampling.binary_reader import BinaryReader
2824

2925
ZSTD_AVAILABLE = _remote_debugging.zstd_available()

0 commit comments

Comments
 (0)