Skip to content

Commit 596b876

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dbc9d88 commit 596b876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maths/ear_clipping_polygon_triangulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def is_point_inside_triangle(
188188

189189

190190
def triangulate_polygon(
191-
coordinates: list[tuple[float, float]]
191+
coordinates: list[tuple[float, float]],
192192
) -> list[list[tuple[float, float]]]:
193193
"""
194194
Triangulate a polygon and provide the points of the resulting triangles.

0 commit comments

Comments
 (0)