fix type definition for modals
This commit is contained in:
parent
c1b79485a7
commit
4a878aa7bf
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class FileModals:
|
||||||
end_has_offset_table: bool = False
|
end_has_offset_table: bool = False
|
||||||
started: 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
|
self.property_target = property_target
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue