refactor: convert websockets into a component
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user