mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
superfluous line
This commit is contained in:
@@ -71,7 +71,6 @@ from textual import (
|
||||
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
|
||||
@@ -124,6 +123,7 @@ from textual.screen import (
|
||||
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
|
||||
@@ -633,8 +633,6 @@ class App(Generic[ReturnType], DOMNode):
|
||||
|
||||
self._logger = Logger(self._log)
|
||||
|
||||
self._refresh_required = False
|
||||
|
||||
self._css_has_errors = False
|
||||
|
||||
self.theme_variables: dict[str, str] = {}
|
||||
|
||||
Reference in New Issue
Block a user