Skip to content

Commit 61e73a8

Browse files
authored
Merge pull request #140 from fastai/add-import
add import
2 parents 15c8062 + 2919788 commit 61e73a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

00_core.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"source": [
2727
"#export\n",
2828
"from fastcore.all import *\n",
29+
"from fastcore.net import urlsend\n",
2930
"from ghapi.metadata import funcs\n",
3031
"\n",
3132
"import mimetypes,base64\n",

ghapi/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# Cell
66
from fastcore.all import *
7+
from fastcore.net import urlsend
78
from .metadata import funcs
89

910
import mimetypes,base64

0 commit comments

Comments
 (0)