chore: NotRequired from typing_extensions

This commit is contained in:
Matthias
2024-11-23 14:18:05 +01:00
parent 85ea29c93c
commit 5841b56f2d

View File

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