From cafe0e8b6f8c025e68a3ca83bbdbe078389ec777 Mon Sep 17 00:00:00 2001 From: Bazulenkov <38315253+Bazulenkov@users.noreply.github.com> Date: Wed, 30 Aug 2023 00:10:18 +0400 Subject: [PATCH] Remove unused import. --- start_game_banner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/start_game_banner.py b/start_game_banner.py index 3cbdef0..cc7093f 100644 --- a/start_game_banner.py +++ b/start_game_banner.py @@ -3,7 +3,6 @@ from asciimatics.scene import Scene from asciimatics.screen import Screen from asciimatics.effects import Print -from asciimatics.exceptions import ResizeScreenError from pyfiglet import Figlet import sys