mirror of
https://github.com/django-components/django-components.git
synced 2025-09-21 21:22:26 +00:00
refactor: ruff - underscore unused vars (#1372)
This commit is contained in:
parent
f100cc1836
commit
c5354baf4f
10 changed files with 35 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue