refactor: convert websockets into a component

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan
2024-01-13 10:58:03 -05:00
parent d506c9241f
commit a88468eb79
8 changed files with 21 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ from typing import (
if TYPE_CHECKING:
from .application import InternalTransport
from ..confighelper import ConfigHelper
from ..websockets import WebsocketManager
from .websockets import WebsocketManager
from ..common import BaseRemoteConnection
from tornado.websocket import WebSocketClientConnection
from .database import MoonrakerDatabase