remove unused numpy import

pull/116/head
Andy Port 2020-07-06 17:21:29 -07:00
parent 945ae49967
commit 22f3dafe87
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ from __future__ import division, absolute_import, print_function
import unittest import unittest
from svgpathtools import * from svgpathtools import *
from os.path import join, dirname from os.path import join, dirname
import numpy as np
class TestSaxGroups(unittest.TestCase): class TestSaxGroups(unittest.TestCase):