Flake8 formatting

This commit is contained in:
JanLJL
2024-05-02 17:00:12 +02:00
parent d623115b1b
commit c9e38631d1
5 changed files with 2 additions and 7 deletions

View File

@@ -12,7 +12,6 @@ from osaca.semantics import INSTR_FLAGS, ArchSemantics, MachineModel
from osaca.parser.memory import MemoryOperand
from osaca.parser.register import RegisterOperand
from osaca.parser.immediate import ImmediateOperand
from osaca.parser.operand import Operand
from osaca.parser.flag import FlagOperand