Skip to content

Commit 4779da2

Browse files
committed
Tidy imports
1 parent 4425705 commit 4779da2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Lib/test/test_profiling/test_sampling_profiler.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,17 @@
2121
)
2222
from profiling.sampling.gecko_collector import GeckoCollector
2323

24+
from test.support import (
25+
SHORT_TIMEOUT,
26+
captured_stderr,
27+
captured_stdout,
28+
force_not_colorized_test_class,
29+
is_emscripten,
30+
is_slow_machine,
31+
requires_subprocess,
32+
)
2433
from test.support.os_helper import unlink
25-
from test.support import force_not_colorized_test_class, SHORT_TIMEOUT
2634
from test.support.socket_helper import find_unused_port
27-
from test.support import requires_subprocess, is_emscripten
28-
from test.support import captured_stdout, captured_stderr, is_slow_machine
2935

3036
PROCESS_VM_READV_SUPPORTED = False
3137

0 commit comments

Comments
 (0)