There was an error while loading. Please reload this page.
1 parent 65a8955 commit c738552Copy full SHA for c738552
1 file changed
geometry/monotone_chain.py
@@ -25,7 +25,6 @@ class Point(NamedTuple):
25
>>> Point(1.5, -2.0)
26
Point(x=1.5, y=-2.0)
27
"""
28
-
29
x: float
30
y: float
31
0 commit comments