diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-04-20 19:25:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-20 19:25:10 +0200 |
| commit | 5a491c9305bdf0dd7d0d8f332b71064802be063d (patch) | |
| tree | d0e7a6729657970a05c30c7156925c1ccd436520 /lib/tiles.py | |
| parent | f13864b3bc82860a103438a75884132206e47d5e (diff) | |
Enable max stitch length for e-stitch (#2222)
Diffstat (limited to 'lib/tiles.py')
| -rw-r--r-- | lib/tiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tiles.py b/lib/tiles.py index 0bf92abc..00d837b3 100644 --- a/lib/tiles.py +++ b/lib/tiles.py @@ -1,5 +1,5 @@ import os -from math import ceil, floor +from math import ceil import inkex import json |
