fixed formatting issues
This commit is contained in:
@@ -5,7 +5,9 @@ import websockets.exceptions
|
||||
from fastapi import WebSocket, WebSocketDisconnect, APIRouter
|
||||
|
||||
from tools.web_monitor.func import get_current_miner_list
|
||||
from tools.web_monitor._settings.func import get_current_settings
|
||||
from tools.web_monitor._settings.func import ( # noqa - Ignore access to _module
|
||||
get_current_settings,
|
||||
)
|
||||
from tools.web_monitor.dashboard.func import get_miner_data_dashboard
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user