Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
blattm committed Oct 17, 2023
1 parent 6c6705a commit 7a57770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompiler/frontend/binaryninja/handlers/assignments.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
RegisterPair,
UnaryOperation,
)
from decompiler.structures.pseudo.complextypes import Struct, Union, Class
from decompiler.structures.pseudo.complextypes import Class, Struct, Union
from decompiler.structures.pseudo.operations import MemberAccess


Expand Down

0 comments on commit 7a57770

Please sign in to comment.