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:
parent
47192ce674
commit
d9f7b72e46
@ -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 = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user