diff options
Diffstat (limited to '')
-rw-r--r-- | sumofsquares/cvxopt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sumofsquares/cvxopt.py b/sumofsquares/cvxopt.py index f27212d..93346c3 100644 --- a/sumofsquares/cvxopt.py +++ b/sumofsquares/cvxopt.py @@ -3,8 +3,8 @@ import cvxopt import polymatrix import numpy as np import math -from sumofsquares.abc.sosexpr import ParamSOSExpr +from sumofsquares.abc import ParamSOSExpr from sumofsquares.sosconstraint.abc import SOSConstraint |