From b7e44b4192b463c2523bd0115220114a38161dc1 Mon Sep 17 00:00:00 2001 From: Tipragot Date: Sun, 5 Nov 2023 08:07:28 +0100 Subject: [PATCH] Fix Warnings --- src/scenes/story/boss_fight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scenes/story/boss_fight.py b/src/scenes/story/boss_fight.py index 7468dda..875a301 100644 --- a/src/scenes/story/boss_fight.py +++ b/src/scenes/story/boss_fight.py @@ -682,7 +682,7 @@ def __update_life_bar(world: World): entity[Sprite].texture = surface_carre -def __print_time(world: World): +def __print_time(_world: World): time = 0 while IsRunning: yield wait(1)