mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Use TypedDict from typing_extensions
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
|
||||
import logging
|
||||
from abc import ABC, abstractmethod
|
||||
from typing import TypedDict, Callable, Any, Dict, List
|
||||
from typing import Callable, Any, Dict, List
|
||||
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
from ..instance import Instance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user