Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Sep 8, 2020
1 parent 1bb4033 commit d35b842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastcore/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .imports import *
from .foundation import *
from functools import wraps
import mimetypes,bz2,pickle,random
import mimetypes,bz2,pickle,random,json,urllib
from contextlib import contextmanager

# Cell
Expand Down
2 changes: 1 addition & 1 deletion nbs/02_utils.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"from fastcore.imports import *\n",
"from fastcore.foundation import *\n",
"from functools import wraps\n",
"import mimetypes,bz2,pickle,random\n",
"import mimetypes,bz2,pickle,random,json,urllib\n",
"from contextlib import contextmanager"
]
},
Expand Down

0 comments on commit d35b842

Please sign in to comment.