fixed imports in types/instruction_memory_section
This commit is contained in:
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…
Reference in New Issue
Block a user