Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 02bb314

Browse files
committed
Added missing import
1 parent 66372ac commit 02bb314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MineColab.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"source": [
5555
"import os\n",
5656
"import re\n",
57+
"import json\n",
5758
"\n",
5859
"# Update the package lists\n",
5960
"!sudo apt update &>/dev/null && echo \"apt cache successfully updated\" || echo \"apt cache update failed, you might receive stale packages\"\n",

0 commit comments

Comments
 (0)