Skip to content

Commit

Permalink
superfluous line
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 26, 2024
1 parent b599957 commit 6f1f753
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
on,
)
from textual._animator import DEFAULT_EASING, Animatable, Animator, EasingFunction
from textual.visual import Visual, SupportsVisual
from textual._ansi_sequences import SYNC_END, SYNC_START
from textual._ansi_theme import ALABASTER, MONOKAI
from textual._callback import invoke
Expand Down Expand Up @@ -124,6 +123,7 @@
from textual.signal import Signal
from textual.theme import BUILTIN_THEMES, Theme, ThemeProvider
from textual.timer import Timer
from textual.visual import SupportsVisual, Visual
from textual.widget import AwaitMount, Widget
from textual.widgets._toast import ToastRack
from textual.worker import NoActiveWorker, get_current_worker
Expand Down Expand Up @@ -633,8 +633,6 @@ def __init__(

self._logger = Logger(self._log)

self._refresh_required = False

self._css_has_errors = False

self.theme_variables: dict[str, str] = {}
Expand Down

0 comments on commit 6f1f753

Please sign in to comment.