Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 23, 2022
1 parent 1f376aa commit 96bcce1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/yjs/fps_yjs/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96bcce1

Please sign in to comment.