Skip to content

Commit fa55643

Browse files
lint
1 parent 8ce83cd commit fa55643

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@
99

1010
import _opcode
1111

12-
from test.support import (script_helper, requires_specialization,
13-
import_helper, Py_GIL_DISABLED, requires_jit_enabled,
14-
reset_code)
12+
from test.support import (
13+
script_helper,
14+
import_helper,
15+
Py_GIL_DISABLED,
16+
requires_jit_enabled,
17+
reset_code
18+
)
1519

1620
_testinternalcapi = import_helper.import_module("_testinternalcapi")
1721

0 commit comments

Comments
 (0)