diff options
| author | Kaalleen <reni@allenka.de> | 2022-05-04 18:27:12 +0200 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2022-05-04 19:19:54 +0200 |
| commit | 48d0a0250e2787a3351137172924d1c4d277f002 (patch) | |
| tree | e436545e417b6cac03eee2240df6344997642297 /lib/stitches | |
| parent | 330c6be78786b85ed2528cf2788e529cfda714fd (diff) | |
undo build changes for depq, update clone
Diffstat (limited to 'lib/stitches')
| -rw-r--r-- | lib/stitches/guided_fill.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/stitches/guided_fill.py b/lib/stitches/guided_fill.py index 9694a546..e4918e1d 100644 --- a/lib/stitches/guided_fill.py +++ b/lib/stitches/guided_fill.py @@ -5,7 +5,6 @@ from .auto_fill import (build_fill_stitch_graph, build_travel_graph, collapse_sequential_outline_edges, fallback, find_stitch_path, graph_is_valid, travel) from .running_stitch import running_stitch -from ..debug import debug from ..i18n import _ from ..stitch_plan import Stitch from ..utils.geometry import Point as InkstitchPoint, reverse_line_string |
