From 96bcce1dfddbcdd1935973da421c2dafdcf20cae Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 16:19:42 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- plugins/yjs/fps_yjs/routes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/yjs/fps_yjs/routes.py b/plugins/yjs/fps_yjs/routes.py index 30d45db5..4afcfbea 100644 --- a/plugins/yjs/fps_yjs/routes.py +++ b/plugins/yjs/fps_yjs/routes.py @@ -14,11 +14,10 @@ ) from fastapi.responses import PlainTextResponse from fps.hooks import register_router # type: ignore +from fps_auth_base import websocket_auth # type: ignore from fps_auth_base import User, current_user from fps_contents.fileid import FileIdManager from fps_contents.routes import read_content, write_content # type: ignore - -from fps_auth_base import websocket_auth # type: ignore from jupyter_ydoc import ydocs as YDOCS # type: ignore from ypy_websocket.websocket_server import WebsocketServer, YRoom # type: ignore from ypy_websocket.ystore import BaseYStore, SQLiteYStore, YDocNotFound # type: ignore