summaryrefslogtreecommitdiffstats
path: root/sumofsquares/cvxopt.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sumofsquares/cvxopt.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sumofsquares/cvxopt.py b/sumofsquares/cvxopt.py
index ec31892..d656d83 100644
--- a/sumofsquares/cvxopt.py
+++ b/sumofsquares/cvxopt.py
@@ -4,9 +4,6 @@ import polymatrix
import numpy as np
import math
-from sumofsquares.sosexpr.abc import ParamSOSExpr, SOSExpr
-
-
@dataclasses.dataclass
class CVXOptConeQPResult:
x: np.ndarray