Skip to content

Commit

Permalink
re-ordering re-export statement
Browse files Browse the repository at this point in the history
  • Loading branch information
healeyq3 committed Jul 29, 2024
1 parent d242c20 commit e9bdf51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diffcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from diffcp.cone_program import solve_and_derivative, \
solve_and_derivative_batch, \
solve_and_derivative_internal, SolverError, \
solve_and_derivative_internal, \
solve_only_batch, solve_only, \
solve_internal
solve_internal, SolverError
from diffcp.cones import ZERO, POS, SOC, PSD, EXP
from diffcp import utils

0 comments on commit e9bdf51

Please sign in to comment.