ruff precommit fix

This commit is contained in:
Elijah 2024-07-11 16:10:19 -07:00
parent 0f34dd6b73
commit ccf81da446

View File

@ -171,7 +171,7 @@ class RadialBar(Recharts):
animation_easing: Var[LiteralAnimationEasing]
# Valid children components
_valid_children: List[str] = ["Cell","LabelList"]
_valid_children: List[str] = ["Cell", "LabelList"]
def get_event_triggers(self) -> dict[str, Union[Var, Any]]:
"""Get the event triggers that pass the component's value to the handler.