Skip to content
Prev Previous commit
Next Next commit
backport isort
  • Loading branch information
picnixz committed Dec 10, 2024
commit f07710bd55a499686c2cbf9a4e7592796bb1d4c7
3 changes: 1 addition & 2 deletions Lib/test/test_dis.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import contextlib
import dis
import io
import opcode
import re
import sys
import tempfile
Expand All @@ -13,8 +14,6 @@
os_helper)
from test.support.bytecode_helper import BytecodeTestCase

import opcode


def get_tb():
def _error():
Expand Down