From bf921be42383873115e87c843536064cb3074790 Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Thu, 9 May 2024 18:42:41 +0200 Subject: [PATCH] remove unused imports --- bingo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bingo.py b/bingo.py index 6d635ec..0910281 100644 --- a/bingo.py +++ b/bingo.py @@ -1,10 +1,9 @@ #!/usr/bin/env python3 from textual.app import App, ComposeResult -from textual.widgets import Header, Footer, Input, Label, Static, Button +from textual.widgets import Header, Input, Static, Button from textual.widget import Widget from textual.message import Message -from textual.color import Color from textual.containers import Horizontal from textual.validation import Number from textual.reactive import reactive