Skip to content

Commit

Permalink
remove redundant scipy import
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Sep 21, 2023
1 parent e80c6dc commit 8959666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyomo/contrib/pynumero/interfaces/external_grey_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import abc
import logging
from pyomo.common.dependencies import numpy as np
from scipy.sparse import coo_matrix

from pyomo.common.deprecation import RenamedClass
from pyomo.common.log import is_debug_set
Expand Down

0 comments on commit 8959666

Please sign in to comment.