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 Apr 3, 2024
1 parent 0c01e2b commit 1af5ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions papermill/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def missing_dep():

return missing_dep


# copied from https://github.com/jonathaneunice/ansiwrap/blob/master/ansiwrap/core.py
# papermill used to use strip_color from ansiwrap package, but removed due to dependency
# resolution issues (ref: https://github.com/nteract/papermill/pull/681)
Expand Down
1 change: 1 addition & 0 deletions papermill/tests/test_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ def test_notebook_node_input(self):
test_nb = nbformat.read(self.result_path, as_version=4)
self.assertEqual(test_nb.metadata.papermill.parameters, {'msg': 'Hello'})


class TestOutputFormatting(unittest.TestCase):
def setUp(self):
self.test_dir = tempfile.mkdtemp()
Expand Down

0 comments on commit 1af5ae5

Please sign in to comment.