From 63944151088d30820c69acaf1b4dd9c312fb0452 Mon Sep 17 00:00:00 2001 From: Andy Port Date: Tue, 22 May 2018 19:22:09 -0700 Subject: [PATCH] minor aesthetic change --- test/test_path.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_path.py b/test/test_path.py index e9e1914..94e7406 100644 --- a/test/test_path.py +++ b/test/test_path.py @@ -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 *