summaryrefslogtreecommitdiff
path: root/lib/stitches/LineStringSampling.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stitches/LineStringSampling.py')
-rw-r--r--lib/stitches/LineStringSampling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/LineStringSampling.py b/lib/stitches/LineStringSampling.py
index 43f650e6..71660e2d 100644
--- a/lib/stitches/LineStringSampling.py
+++ b/lib/stitches/LineStringSampling.py
@@ -70,7 +70,7 @@ def calculate_line_angles(line):
return Angles
-def raster_line_string_with_priority_points(line, start_distance, end_distance, maxstitch_distance,
+def raster_line_string_with_priority_points(line, start_distance, end_distance, maxstitch_distance, # noqa: C901
must_use_points_deque, abs_offset, offset_by_half, replace_forbidden_points):
"""
Rasters a line between start_distance and end_distance.