Add missing type annotation

This commit is contained in:
Dave Pearson
2023-02-20 13:47:55 +00:00
parent 9e6cb76e1f
commit 791bf124c2

View File

@@ -83,7 +83,7 @@ class ToggleButton(Static, can_focus=True):
name: str | None = None,
id: str | None = None,
classes: str | None = None,
):
) -> None:
"""Initialise the toggle.
Args: