diff --git a/freqtrade/rpc/api_server/webserver_bgwork.py b/freqtrade/rpc/api_server/webserver_bgwork.py index 7ba205f56..75aadb78e 100644 --- a/freqtrade/rpc/api_server/webserver_bgwork.py +++ b/freqtrade/rpc/api_server/webserver_bgwork.py @@ -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