mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Terraria: Fix Python 3.8 compat (#1994)
This commit is contained in:
@@ -191,7 +191,7 @@ def validate_conditions(
|
|||||||
def mark_progression(
|
def mark_progression(
|
||||||
conditions: List[
|
conditions: List[
|
||||||
Tuple[
|
Tuple[
|
||||||
bool, int, Union[str, tuple[Union[bool, None], list]], Union[str, int, None]
|
bool, int, Union[str, Tuple[Union[bool, None], list]], Union[str, int, None]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
progression: Set[str],
|
progression: Set[str],
|
||||||
|
Reference in New Issue
Block a user