forked from jan/fatamorgana
fix type definition for modals
This commit is contained in:
parent
c1b79485a7
commit
4a878aa7bf
@ -38,7 +38,7 @@ class FileModals:
|
||||
end_has_offset_table: bool = False
|
||||
started: bool = False
|
||||
|
||||
def __init__(self, property_target = List[records.Property]):
|
||||
def __init__(self, property_target: List[records.Property]):
|
||||
self.property_target = property_target
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user