fix: pydantic - typing_extensions type-dict
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
from typing import Any, Literal, NotRequired, TypedDict
|
from typing import Any, Literal, NotRequired
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
|
from typing_extensions import TypedDict
|
||||||
|
|
||||||
from freqtrade.exchange.exchange import Exchange
|
from freqtrade.exchange.exchange import Exchange
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user