File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
freqtrade/rpc/api_server/ws Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# isort: off
2- from freqtrade .rpc .api_server .ws .types import WebSocketType # noqa: F401
2+ from freqtrade .rpc .api_server .ws .ws_types import WebSocketType # noqa: F401
33from freqtrade .rpc .api_server .ws .proxy import WebSocketProxy # noqa: F401
44from freqtrade .rpc .api_server .ws .serializer import HybridJSONWebSocketSerializer # noqa: F401
55from freqtrade .rpc .api_server .ws .channel import WebSocketChannel # noqa: F401
Original file line number Diff line number Diff line change 1515 HybridJSONWebSocketSerializer ,
1616 WebSocketSerializer ,
1717)
18- from freqtrade .rpc .api_server .ws .types import WebSocketType
18+ from freqtrade .rpc .api_server .ws .ws_types import WebSocketType
1919from freqtrade .rpc .api_server .ws_schemas import WSMessageSchemaType
2020
2121
Original file line number Diff line number Diff line change 33from fastapi import WebSocket as FastAPIWebSocket
44from websockets .asyncio .client import ClientConnection as WebSocket
55
6- from freqtrade .rpc .api_server .ws .types import WebSocketType
6+ from freqtrade .rpc .api_server .ws .ws_types import WebSocketType
77
88
99class WebSocketProxy :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments