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