remove unused import
parent
be33f182fb
commit
d881b21b47
|
@ -9,7 +9,7 @@ import warnings
|
||||||
|
|
||||||
# Internal dependencies
|
# Internal dependencies
|
||||||
from svgpathtools import *
|
from svgpathtools import *
|
||||||
from svgpathtools.path import _NotImplemented4ArcException, bezier_radialrange
|
from svgpathtools.path import bezier_radialrange
|
||||||
|
|
||||||
# An important note for those doing any debugging:
|
# An important note for those doing any debugging:
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue