From 11b003bca44c885f10f07e50c421fe8b868b9358 Mon Sep 17 00:00:00 2001 From: Ethan Ruszanowski Date: Fri, 16 Feb 2024 17:20:05 -0500 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index d8c38fb..2f383bc 100644 --- a/app.py +++ b/app.py @@ -25,7 +25,7 @@ class Run: self.outside_power = moon.outside_max_power -def find_spawnlist(remaining_power: int, creatures: list[Creature]) -> list[str]: +def find_spawnlist(remaining_power: int, creatures: list[Creature]) -> list[str] | None: """ Given a run, return all possible spwns for location.