mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-16 09:53:29 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user