Skip to content

Commit 42905f2

Browse files
authored
Merge pull request #141 from fastai/revert-140-add-import
Revert "add import"
2 parents 61e73a8 + b434a21 commit 42905f2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

00_core.ipynb

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

ghapi/core.py

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

55
# Cell
66
from fastcore.all import *
7-
from fastcore.net import urlsend
87
from .metadata import funcs
98

109
import mimetypes,base64

0 commit comments

Comments
 (0)