fixed imports in types/instruction_memory_section

This commit is contained in:
Anton Lydike 2022-03-27 20:26:09 +02:00
parent 57f827ba6a
commit fa4a9b92f3

View File

@ -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):