🎨 code format
This commit is contained in:
@@ -14,6 +14,7 @@ logger = logging.getLogger(__name__)
|
||||
# FIXME replace this global declaration
|
||||
UI: Any = None
|
||||
|
||||
|
||||
def play_room(room: list[BaseMob], level: Level) -> int:
|
||||
if room is None:
|
||||
logger.info('Empty room')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import unittest
|
||||
|
||||
from elironwars.entrypoints import Entrypoints
|
||||
from elironwars.console import ConsoleUi
|
||||
from elironwars.entrypoints import Entrypoints
|
||||
|
||||
|
||||
class TestEntrypoints(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user