fix type definition for modals

lethe/LATEST
Jan Petykiewicz 4 years ago
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…
Cancel
Save