fix: pydantic - typing_extensions type-dict

This commit is contained in:
Matthias
2024-11-23 14:05:52 +01:00
parent f7e979141b
commit 85ea29c93c

View File

@@ -1,6 +1,8 @@
from typing import Any, Literal, NotRequired, TypedDict
from typing import Any, Literal, NotRequired
from uuid import uuid4
from typing_extensions import TypedDict
from freqtrade.exchange.exchange import Exchange