Elijah 10 месяцев назад
Родитель
Сommit
ccf81da446
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      reflex/components/recharts/polar.py

+ 1 - 1
reflex/components/recharts/polar.py

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