Skip to content

Commit 3ace101

Browse files
committed
fix post merge issues
1 parent 15a7644 commit 3ace101

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

pyi_hashes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"reflex/components/react_player/react_player.pyi": "a9917f411d51cf3f291758c9e01844f2",
112112
"reflex/components/react_player/video.pyi": "ef4730235b7902fa30859083db8b36a3",
113113
"reflex/components/recharts/__init__.pyi": "ea5b61055f486497a1901429a9d7c9df",
114-
"reflex/components/recharts/cartesian.pyi": "d9558034d606669ef40f7212b5644539",
114+
"reflex/components/recharts/cartesian.pyi": "38f884467330e1c6e2e9e435ac4ac754",
115115
"reflex/components/recharts/charts.pyi": "58415e7aef3d4642494e1b86aea6589c",
116116
"reflex/components/recharts/general.pyi": "a12735989ef36152b2dab954604953c0",
117117
"reflex/components/recharts/polar.pyi": "ff9f90861ae950d6db9c1bc160303182",

reflex/components/recharts/cartesian.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -667,13 +667,6 @@ class Segment(TypedDict):
667667
y: str | int
668668

669669

670-
class Segment(TypedDict):
671-
"""A segment in a ReferenceLine or ReferenceArea."""
672-
673-
x: str | int
674-
y: str | int
675-
676-
677670
class ReferenceLine(Reference):
678671
"""A ReferenceLine component in Recharts."""
679672

0 commit comments

Comments
 (0)