remove unused import

security-update
Andrew Port 2021-09-20 22:40:38 -07:00
parent be33f182fb
commit d881b21b47
1 changed files with 1 additions and 1 deletions

View File

@ -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:
# ------------------------------------------------ # ------------------------------------------------