summaryrefslogtreecommitdiff
path: root/lib/stitches/fill.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stitches/fill.py')
-rw-r--r--lib/stitches/fill.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/fill.py b/lib/stitches/fill.py
index 5afcb228..ceac56d9 100644
--- a/lib/stitches/fill.py
+++ b/lib/stitches/fill.py
@@ -145,7 +145,7 @@ def repair_non_simple_lines(line):
return repaired
-def intersect_region_with_grating_line(shape, line, row_spacing, end_row_spacing=None, flip=False):
+def intersect_region_with_grating_line(shape, line, row_spacing, end_row_spacing=None, flip=False): # noqa: C901
row_spacing = abs(row_spacing)
(minx, miny, maxx, maxy) = shape.bounds