Skip to content

Commit ed8e650

Browse files
committed
change
1 parent 08f958e commit ed8e650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sempy_labs/_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def import_notebook_from_web(
145145
elif len(dfI_filt) > 0 and overwrite:
146146
print(f"{icons.info} Overwrite of notebooks is currently not supported.")
147147
# update_notebook_definition(
148-
# name=notebook_name, notebook_content=response.content, workspace=workspace
148+
# name=notebook_name, notebook_content=response.content, workspace=workspace
149149
# )
150150
else:
151151
raise ValueError(

0 commit comments

Comments
 (0)