formatting

This commit is contained in:
Abubakar Abid 2022-03-04 00:01:28 -05:00
parent 495e61f598
commit 1b3f7333a9

View File

@ -1609,6 +1609,7 @@ class State(InputComponent):
default (Any): the initial value of the state.
optional (bool): this parameter is ignored.
"""
self.default = default
super().__init__(label)