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