Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Dec 15, 2024
1 parent 08f958e commit efb02d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sempy_labs/_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def import_notebook_from_web(
elif len(dfI_filt) > 0 and overwrite:
print(f"{icons.info} Overwrite of notebooks is currently not supported.")
# update_notebook_definition(
# name=notebook_name, notebook_content=response.content, workspace=workspace
# name=notebook_name, notebook_content=response.content, workspace=workspace
# )
else:
raise ValueError(
Expand Down

0 comments on commit efb02d1

Please sign in to comment.