mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +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
|
@ -3962,7 +3962,7 @@ form_template_str: types.django_html = """
|
|||
|
||||
|
||||
class FormData(NamedTuple):
|
||||
type: Literal["table", "paragraph", "ul", None] = None
|
||||
type: Optional[Literal["table", "paragraph", "ul"]] = None
|
||||
editable: bool = True
|
||||
method: str = "post"
|
||||
# Submit btn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue