Skip to content

Commit 0b1f916

Browse files
committed
Fixed a regression
1 parent b943a6b commit 0b1f916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_documents/outputs/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def clear(self, file_id, cell_id=None):
147147
pass
148148

149149

150-
def create_output_url(self, file_id: str, cell_id: str, output_index: int = None) -> str:
150+
def create_output_url(file_id: str, cell_id: str, output_index: int = None) -> str:
151151
"""
152152
Create the URL for an output or stream.
153153

0 commit comments

Comments
 (0)