Skip to content

Commit

Permalink
BEHAVIOR: remove from IPython.display import display (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jul 3, 2023
1 parent d218c97 commit d816f01
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/repoma/set_nb_cells.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
cell_id += 1
if not args.no_config_cell:
config_cell_content = __CONFIG_CELL_CONTENT
if "ipython" in args.additional_packages.lower():
config_cell_content = config_cell_content.replace(
"import os",
"import os\n\nfrom IPython.display import display",
)
_update_cell(
filename,
new_content=config_cell_content.strip("\n"),
Expand Down

0 comments on commit d816f01

Please sign in to comment.