Skip to content

Commit

Permalink
formmating commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sfonxu committed Nov 15, 2024
1 parent 5df0822 commit 2d708cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ def test_cell_contains_output(notebook_filename):
nb = nbformat.read(fp, nbformat.NO_CONVERT)
for cell in nb.cells:
if cell.cell_type == "code":
assert hasattr(cell, "outputs")
assert hasattr(cell, "outputs")a

0 comments on commit 2d708cb

Please sign in to comment.