fix type definition for modals

This commit is contained in:
Jan Petykiewicz 2020-10-16 18:59:45 -07:00
parent c1b79485a7
commit 4a878aa7bf

View File

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