1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

[2262] Update Type Hinting

This commit is contained in:
David Sangrey 2024-06-23 13:09:13 -04:00
parent 47192ce674
commit d9f7b72e46
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -704,7 +704,7 @@ class EDLogs(FileSystemEventHandler):
self.state['Modules'][module['Slot']] = module
# SLEF
initial_dict = {
initial_dict: dict[str, dict[str, Any]] = {
"header": {"appName": appname, "appVersion": str(appversion())}
}
data_dict = {}