Skip to content

Commit 0c6d450

Browse files
move import
1 parent 98ac326 commit 0c6d450

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,14 @@
204204
import weakref
205205
import dis
206206

207-
from test.support.constants_helper import iter_global_strings
208-
209207
try:
210208
import ctypes
211209
except ImportError:
212210
ctypes = None
213211
from test.support import (cpython_only,
214212
check_impl_detail, requires_debug_ranges,
215213
gc_collect, Py_GIL_DISABLED)
214+
from test.support.constants_helper import iter_global_strings
216215
from test.support.script_helper import assert_python_ok
217216
from test.support import threading_helper, import_helper
218217
from test.support.bytecode_helper import instructions_with_positions

0 commit comments

Comments
 (0)