diff options
Diffstat (limited to 'lib/svg/realistic_rendering.py')
| -rw-r--r-- | lib/svg/realistic_rendering.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/svg/realistic_rendering.py b/lib/svg/realistic_rendering.py index 5af7e9a6..73da3a09 100644 --- a/lib/svg/realistic_rendering.py +++ b/lib/svg/realistic_rendering.py @@ -2,7 +2,7 @@ import simplepath import math from .units import PIXELS_PER_MM -from ..utils import cache, Point +from ..utils import Point # The stitch vector path looks like this: # _______ |
