Skip to content

Commit 63e9c37

Browse files
committed
fix import error
1 parent 60fc6b3 commit 63e9c37

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

80_tutorial_actions.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"metadata": {},
4343
"outputs": [],
4444
"source": [
45-
"from ghapi import *\n",
45+
"from ghapi.all import *\n",
4646
"from fastcore.utils import *"
4747
]
4848
},
@@ -665,6 +665,18 @@
665665
"display_name": "Python 3",
666666
"language": "python",
667667
"name": "python3"
668+
},
669+
"language_info": {
670+
"codemirror_mode": {
671+
"name": "ipython",
672+
"version": 3
673+
},
674+
"file_extension": ".py",
675+
"mimetype": "text/x-python",
676+
"name": "python",
677+
"nbconvert_exporter": "python",
678+
"pygments_lexer": "ipython3",
679+
"version": "3.8.0"
668680
}
669681
},
670682
"nbformat": 4,

0 commit comments

Comments
 (0)