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