From ccf81da4463c392dc18c5ab77e74b5f970a97976 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 11 Jul 2024 16:10:19 -0700 Subject: [PATCH] ruff precommit fix --- reflex/components/recharts/polar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/components/recharts/polar.py b/reflex/components/recharts/polar.py index 9fef6b844..b58b720c7 100644 --- a/reflex/components/recharts/polar.py +++ b/reflex/components/recharts/polar.py @@ -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.