diff options
| author | Kaalleen <reni@allenka.de> | 2022-01-29 09:53:50 +0100 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2022-05-04 19:04:44 +0200 |
| commit | 82216b184c669d6dea26672e5c0771146e62ca39 (patch) | |
| tree | 4ce9324418a71557c24c445afe1e0e388d4985c3 /lib/stitches/LineStringSampling.py | |
| parent | 95a933161616e5860862435d4b999db49b8e50a5 (diff) | |
remove some pattern and marker mixups and some style issues
Diffstat (limited to 'lib/stitches/LineStringSampling.py')
| -rw-r--r-- | lib/stitches/LineStringSampling.py | 2 |
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. |
