mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update typedDict type used with pydantic
This commit is contained in:
parent
ac7419e975
commit
12e31208e1
|
@ -1,5 +1,7 @@
|
|||
# Used for list-exchanges
|
||||
from typing import List, TypedDict
|
||||
from typing import List
|
||||
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
|
||||
class TradeModeType(TypedDict):
|
||||
|
|
Loading…
Reference in New Issue
Block a user