Add missing type annotation

This commit is contained in:
Dave Pearson
2023-02-20 13:47:31 +00:00
parent f97194a64b
commit 9e6cb76e1f

View File

@@ -29,7 +29,7 @@ class Checkbox(ToggleButton):
name: str | None = None,
id: str | None = None,
classes: str | None = None,
):
) -> None:
"""Initialise the radio button.
Args: