Skip to content

Commit c738552

Browse files
authored
Apply suggestion from @cclauss
1 parent 65a8955 commit c738552

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

geometry/monotone_chain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class Point(NamedTuple):
2525
>>> Point(1.5, -2.0)
2626
Point(x=1.5, y=-2.0)
2727
"""
28-
2928
x: float
3029
y: float
3130

0 commit comments

Comments
 (0)