From abb1631414cc0c3d311bbd5545f9ebee6b2072b6 Mon Sep 17 00:00:00 2001 From: anthony-melin Date: Fri, 17 Jul 2026 21:44:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20unused=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/elironwars/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elironwars/app.py b/src/elironwars/app.py index 51cad90..8e086b9 100644 --- a/src/elironwars/app.py +++ b/src/elironwars/app.py @@ -2,7 +2,7 @@ import sys from .level import Level from .menu import Action, action_menu -from .mob import BaseMob, load_character, save_character +from .mob import BaseMob, load_character def play_room(room: list[BaseMob], level: Level) -> int: