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 2d708cb commit 9b03d30
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")a
assert hasattr(cell, "outputs")

0 comments on commit 9b03d30

Please sign in to comment.