mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01: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(
|
||||
conditions: List[
|
||||
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],
|
||||
|
Reference in New Issue
Block a user