formatting

This commit is contained in:
Abubakar Abid 2022-03-01 18:27:06 -05:00
parent e999e15f0f
commit f3da68666c

View File

@ -448,8 +448,8 @@ class Checkbox(InputComponent):
"""
def __init__(
self,
default: bool = False,
self,
default: bool = False,
label: Optional[str] = None,
optional: bool = False,
):
@ -1598,8 +1598,8 @@ class State(InputComponent):
"""
def __init__(
self,
label: str = None,
self,
label: str = None,
default: Any = None,
optional: bool = False,
):