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 Dec 1, 2022
1 parent 12357d8 commit 08c349e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server_ydoc/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
from tornado import web
from tornado.websocket import WebSocketHandler
from ypy_websocket.websocket_server import WebsocketServer, YRoom
from ypy_websocket.yutils import YMessageType
from ypy_websocket.ystore import BaseYStore, SQLiteYStore, TempFileYStore, YDocNotFound
from ypy_websocket.yutils import YMessageType

YFILE = YDOCS["file"]

Expand Down

0 comments on commit 08c349e

Please sign in to comment.