typing, mostly in AutoWorld.py

includes a bugfix (that was found by static type checking)
in `get_filler_item_name`
This commit is contained in:
beauxq
2022-04-28 09:03:44 -07:00
committed by Fabian Dill
parent 3e8c821c02
commit 46d31c3ee3
4 changed files with 57 additions and 46 deletions

View File

@@ -36,7 +36,7 @@ class MultiWorld():
plando_texts: List[Dict[str, str]]
plando_items: List[List[Dict[str, Any]]]
plando_connections: List
worlds: Dict[int, Any]
worlds: Dict[int, auto_world]
groups: Dict[int, Group]
itempool: List[Item]
is_race: bool = False