fixed imports in types/instruction_memory_section

assembly-parser-rework
Anton Lydike 3 years ago
parent 57f827ba6a
commit fa4a9b92f3

@ -1,7 +1,7 @@
from typing import List
from . import MemorySection, Instruction, InstructionContext, MemoryFlags, T_RelativeAddress
from .. import MemoryAccessException
from .exceptions import MemoryAccessException
class InstructionMemorySection(MemorySection):

Loading…
Cancel
Save