Skip to content

Commit f07710b

Browse files
committed
backport isort
1 parent 0b929a7 commit f07710b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_dis.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import contextlib
44
import dis
55
import io
6+
import opcode
67
import re
78
import sys
89
import tempfile
@@ -13,8 +14,6 @@
1314
os_helper)
1415
from test.support.bytecode_helper import BytecodeTestCase
1516

16-
import opcode
17-
1817

1918
def get_tb():
2019
def _error():

0 commit comments

Comments
 (0)