Skip to content

Commit be9e344

Browse files
committed
Format code
1 parent 134fd13 commit be9e344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_notebooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def init_notebook(self, version_cell_index: int, tear_down_cells: List[IndexedCe
3131
# run the cell of a notebook
3232
def preprocess_cell(self, cell: Any, resources: Any, index: int) -> None:
3333
if index == 0:
34+
3435
def handle_sigint(sig, frame):
3536
print("Received SIGINT, running tear down cells")
3637
self.teardown(resources)

0 commit comments

Comments
 (0)