From 503d574870124202b42e1dd6115a3e07aaa70bbb Mon Sep 17 00:00:00 2001 From: Ziktofel Date: Thu, 1 Feb 2024 01:13:31 +0100 Subject: [PATCH] Fix type hinting --- worlds/sc2/Locations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/sc2/Locations.py b/worlds/sc2/Locations.py index 162f4fd3b063..65e0f25bdd60 100644 --- a/worlds/sc2/Locations.py +++ b/worlds/sc2/Locations.py @@ -34,7 +34,7 @@ class LocationData(NamedTuple): rule: Optional[Callable[[Any], bool]] = Location.access_rule -def get_location_types(multiworld: MultiWorld, player: int, inclusion_type: LocationInclusion) -> Set[LocationInclusion]: +def get_location_types(multiworld: MultiWorld, player: int, inclusion_type: LocationInclusion) -> Set[LocationType]: """ :param multiworld: