From ca3a95f838f176d63e4e8c1e4a1e12a2d65b9712 Mon Sep 17 00:00:00 2001 From: Jacob Deppen Date: Thu, 7 Oct 2021 15:57:29 -0400 Subject: [PATCH] Remove unused import `from textual import events` is not used. The demo runs successfully without it. --- examples/animation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/animation.py b/examples/animation.py index 1d1300c2d..79edd4817 100644 --- a/examples/animation.py +++ b/examples/animation.py @@ -1,4 +1,3 @@ -from textual import events from textual.app import App from textual.reactive import Reactive from textual.widgets import Footer, Placeholder