Update typedDict type used with pydantic

This commit is contained in:
Matthias 2023-06-03 12:33:44 +02:00
parent ac7419e975
commit 12e31208e1

View File

@ -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):