Skip to content

Commit

Permalink
fix binder build, import strip_color directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Apr 4, 2024
1 parent 0409031 commit 4d66f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pandas
matplotlib
ipywidgets
ipykernel
ansicolors
3 changes: 2 additions & 1 deletion papermill/tests/test_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
from functools import partial
from pathlib import Path
from unittest.mock import ANY, patch
from colors import strip_color

import nbformat
from nbformat import validate

from .. import engines, translators
from ..exceptions import PapermillExecutionError, strip_color
from ..exceptions import PapermillExecutionError
from ..execute import execute_notebook
from ..iorw import load_notebook_node
from ..log import logger
Expand Down

0 comments on commit 4d66f0a

Please sign in to comment.