From: Michael Orlitzky Date: Thu, 13 Oct 2016 16:16:32 +0000 (-0400) Subject: Remove unused import. X-Git-Tag: 0.1.0~149 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=2bf0987eea59afe20d1391babcd9b8562f7ec5b0 Remove unused import. --- diff --git a/src/dunshire/matrices.py b/src/dunshire/matrices.py index 384b11f..ef3c4c0 100644 --- a/src/dunshire/matrices.py +++ b/src/dunshire/matrices.py @@ -3,7 +3,6 @@ Utility functions for working with CVXOPT matrices (instances of the class:`cvxopt.base.matrix` class). """ -from copy import copy from math import sqrt from cvxopt import matrix from cvxopt.lapack import gees, syevr