mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 10:28:52 -06:00
Optimize imports
This commit is contained in:
@@ -7,6 +7,7 @@ from typing import Optional, Dict, Callable, Any, Union, Tuple, TYPE_CHECKING
|
||||
from mypy_extensions import TypedDict
|
||||
|
||||
if TYPE_CHECKING:
|
||||
# noinspection PyUnresolvedReferences
|
||||
from miplearn.solvers.learning import InternalSolver
|
||||
|
||||
VarIndex = Union[str, int, Tuple[Union[str, int]]]
|
||||
|
||||
Reference in New Issue
Block a user