Skip to content

Commit 6d88556

Browse files
committed
Sort imports
1 parent 7a184cb commit 6d88556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/instruction_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from lldb import SBAddress, SBInstruction, SBTarget
55

6-
from arch import BaseArch, I386, X86_64
6+
from arch import I386, X86_64, BaseArch
77
from common.color_settings import LLEFColorSettings
88
from common.golang.analysis import go_annotate_jumps
99
from common.golang.util import go_context_analysis

0 commit comments

Comments
 (0)