Skip to content

Commit 4c541d7

Browse files
committed
🐛 optimize: fix incorrect OptimizeResult import
1 parent a453999 commit 4c541d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy-stubs/optimize/_minimize.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import optype.numpy.compat as npc
77
from numpy_typing_compat import ABCPolyBase
88

99
from ._hessian_update_strategy import HessianUpdateStrategy
10+
from ._optimize import OptimizeResult as _OptimizeResult
1011
from ._typing import Bound, Bounds, Constraint, Constraints, MethodMimimize, MethodMinimizeScalar
11-
from .optimize import OptimizeResult as _OptimizeResult
1212
from scipy.sparse.linalg import LinearOperator
1313

1414
__all__ = ["minimize", "minimize_scalar"]

0 commit comments

Comments
 (0)