minor aesthetic change
parent
1ba9d45b35
commit
6394415108
|
@ -3,8 +3,7 @@ from __future__ import division, absolute_import, print_function
|
||||||
import unittest
|
import unittest
|
||||||
from math import sqrt, pi
|
from math import sqrt, pi
|
||||||
from operator import itemgetter
|
from operator import itemgetter
|
||||||
from numpy import poly1d
|
from numpy import poly1d, linspace
|
||||||
from numpy import linspace
|
|
||||||
|
|
||||||
# Internal dependencies
|
# Internal dependencies
|
||||||
from svgpathtools import *
|
from svgpathtools import *
|
||||||
|
|
Loading…
Reference in New Issue