add type hint

master
Jan Petykiewicz 1 month ago
parent feeaef6aa4
commit dfbb907274

@ -96,6 +96,7 @@ def read_devices(el_map: ElementTree.Element) -> list[Device]:
f'with attributes {el_entry.attrib}')
continue
bin_code: int | str
if bin_type == 'Decimal':
bin_code = int(attrib['BinCode'])
else:

Loading…
Cancel
Save