Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a47132

Browse files
committed
remove unused import
1 parent e154969 commit 5a47132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nbconvert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616

1717
from IPython.nbformat import current as nbformat
18-
from IPython.utils.text import wrap_paragraphs, indent
18+
from IPython.utils.text import indent
1919

2020

2121
# Cell converters

0 commit comments

Comments
 (0)