Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhac committed Apr 17, 2024
1 parent 51d5bb4 commit dffe1cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/enforce_notebook_run_order/temp_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def run(self) -> dict:
"""Runs the temporary notebook and captures its output.
Raises:
NotebookRunFailedError: If the notebook fails to run because the provided JSON is not a valid notebook.
NotebookRunFailedError: If the notebook fails to run because the
provided JSON is not a valid notebook.
Returns:
dict: The notebook data of the executed notebook.
Expand Down

0 comments on commit dffe1cf

Please sign in to comment.