Terraria: Fix Python 3.8 compat (#1994)

This commit is contained in:
Seldom
2023-07-20 01:49:52 -07:00
committed by GitHub
parent 6797216eb8
commit 210d6f81eb

View File

@@ -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],