Skip to content

Commit 56b681e

Browse files
authored
Update geometry/ramer_douglas_peucker.py
1 parent a173da4 commit 56b681e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

geometry/ramer_douglas_peucker.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ def _perpendicular_distance(
7474
return numerator / denominator
7575

7676

77-
# ---------------------------------------------------------------------------
78-
# Public API
79-
# ---------------------------------------------------------------------------
80-
81-
8277
def ramer_douglas_peucker(
8378
points: Sequence[tuple[float, float]],
8479
epsilon: float,

0 commit comments

Comments
 (0)