Skip to content

Commit

Permalink
[2262] Update Type Hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Jun 23, 2024
1 parent 47192ce commit d9f7b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ def parse_entry(self, line: bytes) -> MutableMapping[str, Any]: # noqa: C901, C

self.state['Modules'][module['Slot']] = module
# SLEF
initial_dict = {
initial_dict: dict[str, dict[str, Any]] = {
"header": {"appName": appname, "appVersion": str(appversion())}
}
data_dict = {}
Expand Down

0 comments on commit d9f7b72

Please sign in to comment.