소스 검색

ruff precommit fix

Elijah 10 달 전
부모
커밋
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]
 
     # 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.