From 82216b184c669d6dea26672e5c0771146e62ca39 Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Sat, 29 Jan 2022 09:53:50 +0100 Subject: remove some pattern and marker mixups and some style issues --- lib/stitches/StitchPattern.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/stitches/StitchPattern.py') diff --git a/lib/stitches/StitchPattern.py b/lib/stitches/StitchPattern.py index 62ef2b0f..4a38c0bc 100644 --- a/lib/stitches/StitchPattern.py +++ b/lib/stitches/StitchPattern.py @@ -159,8 +159,7 @@ def check_and_prepare_tree_for_valid_spiral(root): return True -def offset_poly( - poly, offset, join_style, stitch_distance, offset_by_half, strategy, starting_point): +def offset_poly(poly, offset, join_style, stitch_distance, offset_by_half, strategy, starting_point): # noqa: C901 """ Takes a polygon (which can have holes) as input and creates offsetted versions until the polygon is filled with these smaller offsets. -- cgit v1.2.3