minor aesthetic change

pull/54/head
Andy Port 2018-05-22 19:22:09 -07:00 committed by GitHub
parent 1ba9d45b35
commit 6394415108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ from __future__ import division, absolute_import, print_function
import unittest
from math import sqrt, pi
from operator import itemgetter
from numpy import poly1d
from numpy import linspace
from numpy import poly1d, linspace
# Internal dependencies
from svgpathtools import *