Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
j-c-c committed Jul 25, 2023
1 parent ec4a917 commit 34f36a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/aspire/abinitio/commonline_sdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

import cvxpy as cp
import numpy as np
from scipy import io
from scipy.sparse import csr_array

from aspire.abinitio import CLOrient3D
from aspire.utils import eigs
from aspire.utils.matlab_compat import stable_eigsh

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 34f36a7

Please sign in to comment.