mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-09 07:40:40 +00:00
Update typedDict type used with pydantic
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user