Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 19, 2024
1 parent 14c75b6 commit ba70e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/notebooks/example-py.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"from pathlib import Path\n",
"\n",
"r = random.randint(0, 10)\n",
"Path(\"int.txt\").write_text(str(r))\n"
"Path(\"int.txt\").write_text(str(r))"
]
}
],
Expand Down
1 change: 1 addition & 0 deletions tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import pytest
from nbclient.exceptions import CellExecutionError
from nbformat import v4

from prelude_runner.cli import load_preludes, main
from prelude_runner.core import Preludes, execute
from prelude_runner.types import CodeCell, Notebook, Stream
Expand Down

0 comments on commit ba70e57

Please sign in to comment.