From 582903edc3493b7b34fa85517e9938f75c5acb0d Mon Sep 17 00:00:00 2001 From: gaithern <36639398+gaithern@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:59:42 -0500 Subject: [PATCH] Update worlds/kh1/Locations.py Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> --- worlds/kh1/Locations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/kh1/Locations.py b/worlds/kh1/Locations.py index af188f2ccc80..d32407f1f47b 100644 --- a/worlds/kh1/Locations.py +++ b/worlds/kh1/Locations.py @@ -587,4 +587,4 @@ def get_locations_by_category(category: str) -> Dict[str, KH1LocationData]: category = location_table[location].category if category not in location_name_groups.keys(): location_name_groups[category] = set([]) - location_name_groups[category].add(location) \ No newline at end of file + location_name_groups[category].add(location)