Skip to content

Commit 1d0b24e

Browse files
authored
added import json statement
1 parent 2d5fd10 commit 1d0b24e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Web Data Mining/Python Requests.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"metadata": {},
2020
"outputs": [],
2121
"source": [
22-
"import requests"
22+
"import requests\n",
23+
"import json"
2324
]
2425
},
2526
{

0 commit comments

Comments
 (0)