From d881b21b476f92d5a30eb1e609aab1ae68894ea3 Mon Sep 17 00:00:00 2001 From: Andrew Port Date: Mon, 20 Sep 2021 22:40:38 -0700 Subject: [PATCH] remove unused import --- test/test_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_path.py b/test/test_path.py index 552baf5..74283e4 100644 --- a/test/test_path.py +++ b/test/test_path.py @@ -9,7 +9,7 @@ import warnings # Internal dependencies from svgpathtools import * -from svgpathtools.path import _NotImplemented4ArcException, bezier_radialrange +from svgpathtools.path import bezier_radialrange # An important note for those doing any debugging: # ------------------------------------------------