Skip to content

Commit ab2f5fb

Browse files
removed comments
1 parent ffb4e48 commit ab2f5fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

monitor_state_dict.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ class MonitorStateDict(TypedDict):
7373
BackpackJSON: MutableMapping[str, Any] # Direct from Game
7474
ShipLockerJSON: MutableMapping[str, Any] # Direct from Game
7575

76-
SuitCurrent: Optional[int] # TODO: int?
77-
Suits: Dict[Any, Any] # TODO: With additional class
78-
SuitLoadoutCurrent: Optional[SuitLoadoutDict] # TODO: int?
76+
SuitCurrent: Dict[str, Any]
77+
Suits: Dict[int, Any] # TODO: With additional class
78+
SuitLoadoutCurrent: Optional[SuitLoadoutDict]
7979
SuitLoadouts: Dict[int, SuitLoadoutDict] # TODO: class?
8080

8181

0 commit comments

Comments
 (0)