mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: undo change that made Python 3.9 required
This commit is contained in:
4
Fill.py
4
Fill.py
@@ -22,8 +22,8 @@ def sweep_from_pool(base_state: CollectionState, itempool):
|
||||
return new_state
|
||||
|
||||
|
||||
def fill_restrictive(world: MultiWorld, base_state: CollectionState, locations, itempool: list[Item], single_player_placement=False,
|
||||
lock=False):
|
||||
def fill_restrictive(world: MultiWorld, base_state: CollectionState, locations, itempool: typing.List[Item],
|
||||
single_player_placement=False, lock=False):
|
||||
unplaced_items = []
|
||||
placements = []
|
||||
|
||||
|
Reference in New Issue
Block a user