From 22f3dafe8753b5976994ce1b73d0a13309466576 Mon Sep 17 00:00:00 2001 From: Andy Port Date: Mon, 6 Jul 2020 17:21:29 -0700 Subject: [PATCH] remove unused numpy import --- test/test_sax_groups.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_sax_groups.py b/test/test_sax_groups.py index 4676d80..cbfb587 100644 --- a/test/test_sax_groups.py +++ b/test/test_sax_groups.py @@ -2,7 +2,6 @@ from __future__ import division, absolute_import, print_function import unittest from svgpathtools import * from os.path import join, dirname -import numpy as np class TestSaxGroups(unittest.TestCase):