Update typedDict type used with pydantic
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Used for list-exchanges
|
# Used for list-exchanges
|
||||||
from typing import List, TypedDict
|
from typing import List
|
||||||
|
|
||||||
|
from typing_extensions import TypedDict
|
||||||
|
|
||||||
|
|
||||||
class TradeModeType(TypedDict):
|
class TradeModeType(TypedDict):
|
||||||
|
|||||||
Reference in New Issue
Block a user