From de24f7ea431f3e1a540d7f0d535e5109b898dfe5 Mon Sep 17 00:00:00 2001 From: gymnast86 Date: Tue, 24 Dec 2024 15:31:44 -0800 Subject: [PATCH] formatting --- logic/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/search.py b/logic/search.py index 8320ef20..6872c1f1 100644 --- a/logic/search.py +++ b/logic/search.py @@ -414,7 +414,7 @@ def all_logic_satisfied(worlds: list["World"], item_pool: Counter[Item] = {}) -> or not l.name.startswith("Sky Keep") ) ] - + # Filter so that there's only one sky keep goal location found_sky_keep_goal = False for loc in accessible_goal_locations.copy():