Skip to content

Commit 536a7b8

Browse files
committed
Apply pre-commit
1 parent 4665539 commit 536a7b8

File tree

1 file changed

+1
-1
lines changed
  • projects/jupyter-server-ydoc/jupyter_server_ydoc

1 file changed

+1
-1
lines changed

projects/jupyter-server-ydoc/jupyter_server_ydoc/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ async def get_document(
160160

161161
encoded_path = encode_file_path(file_format, content_type, file_id)
162162
room_id = room_id_from_encoded_path(encoded_path)
163-
163+
164164
elif path is not None or content_type is not None or file_format is not None:
165165
raise ValueError(error_msg)
166166
else:

0 commit comments

Comments
 (0)