remove unused imports
This commit is contained in:
parent
3a266e3bfc
commit
bf921be423
3
bingo.py
3
bingo.py
@ -1,10 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from textual.app import App, ComposeResult
|
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.widget import Widget
|
||||||
from textual.message import Message
|
from textual.message import Message
|
||||||
from textual.color import Color
|
|
||||||
from textual.containers import Horizontal
|
from textual.containers import Horizontal
|
||||||
from textual.validation import Number
|
from textual.validation import Number
|
||||||
from textual.reactive import reactive
|
from textual.reactive import reactive
|
||||||
|
Loading…
Reference in New Issue
Block a user