diff --git a/src/textual/lazy.py b/src/textual/lazy.py index 58ab6a3e2e..262c867a97 100644 --- a/src/textual/lazy.py +++ b/src/textual/lazy.py @@ -83,7 +83,7 @@ def compose(self) -> ComposeResult: yield Logs() yield Sparklines() yield Footer() - ``` + ``` """ DEFAULT_CSS = """