diff --git a/algobattle/cli.py b/algobattle/cli.py index a85c12a4..f84d430e 100644 --- a/algobattle/cli.py +++ b/algobattle/cli.py @@ -612,7 +612,6 @@ def _make_renderables(self) -> list[RenderableType]: ] - class FightPanel(Panel): """Panel displaying a currently running fight."""