Simplify ws imports

This commit is contained in:
Matthias
2022-09-13 20:42:24 +02:00
parent 79c70bd52d
commit d2abc9417f
4 changed files with 10 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ from starlette.responses import JSONResponse
from freqtrade.exceptions import OperationalException
from freqtrade.rpc.api_server.uvicorn_threaded import UvicornServer
from freqtrade.rpc.api_server.ws.channel import ChannelManager
from freqtrade.rpc.api_server.ws import ChannelManager
from freqtrade.rpc.rpc import RPC, RPCException, RPCHandler