precommit fix
This commit is contained in:
parent
291bfdeacb
commit
db143cfddf
@ -42,9 +42,9 @@ class BaseList(Component):
|
|||||||
tag = "ul"
|
tag = "ul"
|
||||||
|
|
||||||
# The style of the list. Default to "none".
|
# The style of the list. Default to "none".
|
||||||
list_style_type: Optional[Union[
|
list_style_type: Optional[
|
||||||
LiteralListStyleTypeUnordered, LiteralListStyleTypeOrdered
|
Union[LiteralListStyleTypeUnordered, LiteralListStyleTypeOrdered]
|
||||||
]] = "none"
|
] = "none"
|
||||||
|
|
||||||
# A list of items to add to the list.
|
# A list of items to add to the list.
|
||||||
items: Optional[Union[Iterable, Var[Iterable]]] = None
|
items: Optional[Union[Iterable, Var[Iterable]]] = None
|
||||||
|
Loading…
Reference in New Issue
Block a user