Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
A-UNDERSCORE-D committed Aug 3, 2021
1 parent ffb4e48 commit ab2f5fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monitor_state_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ class MonitorStateDict(TypedDict):
BackpackJSON: MutableMapping[str, Any] # Direct from Game
ShipLockerJSON: MutableMapping[str, Any] # Direct from Game

SuitCurrent: Optional[int] # TODO: int?
Suits: Dict[Any, Any] # TODO: With additional class
SuitLoadoutCurrent: Optional[SuitLoadoutDict] # TODO: int?
SuitCurrent: Dict[str, Any]
Suits: Dict[int, Any] # TODO: With additional class
SuitLoadoutCurrent: Optional[SuitLoadoutDict]
SuitLoadouts: Dict[int, SuitLoadoutDict] # TODO: class?


Expand Down

0 comments on commit ab2f5fb

Please sign in to comment.