Skip to content

Commit 3f5c2b4

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

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

geometry/ramer_douglas_peucker.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
import math
2424
from collections.abc import Sequence
2525

26-
# ---------------------------------------------------------------------------
27-
# Internal helpers
28-
# ---------------------------------------------------------------------------
29-
3026

3127
def _euclidean_distance(
3228
point_1: tuple[float, float], point_2: tuple[float, float]

0 commit comments

Comments
 (0)