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 22, 2022
1 parent 58ed807 commit 40e2dd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jupyter_server_ydoc/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ def initialize_settings(self):
def initialize_handlers(self):
self.handlers.extend(
[
url_path_join(self.settings["base_url"], (r"/api/yjs/roomid/(.*)", YDocRoomIdHandler)),
url_path_join(
self.settings["base_url"], (r"/api/yjs/roomid/(.*)", YDocRoomIdHandler)
),
url_path_join(self.settings["base_url"], (r"/api/yjs/(.*)", YDocWebSocketHandler)),
]
)

0 comments on commit 40e2dd7

Please sign in to comment.