refactor: ruff - underscore unused vars (#1372)

This commit is contained in:
Juro Oravec 2025-09-10 22:06:47 +02:00 committed by GitHub
parent f100cc1836
commit c5354baf4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 35 additions and 35 deletions

View file

@ -3702,7 +3702,7 @@ class Form(Component):
self,
/,
*,
type: Literal["table", "paragraph", "ul", None] = None, # noqa: A002
type: Optional[Literal["table", "paragraph", "ul"]] = None, # noqa: A002
editable: bool = True,
method: str = "post",
# Submit btn