Skip to content

Commit 6783b4e

Browse files
committed
bug fix to add import
1 parent 474680e commit 6783b4e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

execnb/shell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from fastcore.utils import *
99
from fastcore.script import call_parse
1010
from fastcore.ansi import ansi2html
11+
1112
import multiprocessing,types,traceback
1213
try:
1314
if sys.platform == 'darwin': multiprocessing.set_start_method("fork")

nbs/02_shell.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"\n",
3131
"from fastcore.utils import *\n",
3232
"from fastcore.script import call_parse\n",
33+
"from fastcore.ansi import ansi2html\n",
3334
"\n",
3435
"import multiprocessing,types,traceback\n",
3536
"try:\n",

0 commit comments

Comments
 (0)