Remove unused import

`from textual import events` is not used. The demo runs successfully without it.
This commit is contained in:
Jacob Deppen
2021-10-07 15:57:29 -04:00
committed by GitHub
parent f574294beb
commit ca3a95f838

View File

@@ -1,4 +1,3 @@
from textual import events
from textual.app import App
from textual.reactive import Reactive
from textual.widgets import Footer, Placeholder