Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
[CodeBuild]
  • Loading branch information
ckunki committed Aug 16, 2024
1 parent 61f8b69 commit 1ec7e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/notebooks/notebook_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ def cell_match(nb_cell, ins_tag: str) -> bool:


def run_notebook(notebook_file: str, store_file: str, store_password: str,
timeout: int = -1, hacks: Optional[List[Tuple[str, str]]] = None, ) -> None:
timeout: int = -1, hacks: Optional[List[Tuple[str, str]]] = None) -> None:
"""
Executes notebook with added access to the configuration store.
Parameters:
notebook_file: Notebook file.
store_file: Configuration store file.
store_password: Configuration store password.
timeout: Optional timeout in seconds.
timeout: Optional timeout in seconds
hacks: Optional hacks to be inserted into the notebook
before running it.
"""
Expand Down

0 comments on commit 1ec7e86

Please sign in to comment.