Skip to content

Commit 2e813d3

Browse files
committed
delete tokens
1 parent 8acbb3b commit 2e813d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

notebooks/SerializationAndJSON.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@
11861186
},
11871187
{
11881188
"cell_type": "code",
1189-
"execution_count": 31,
1189+
"execution_count": null,
11901190
"id": "4ee3b206",
11911191
"metadata": {},
11921192
"outputs": [
@@ -1206,7 +1206,7 @@
12061206
"import requests\n",
12071207
"\n",
12081208
"params = {\n",
1209-
" 'access_key': '8b7b3d611eea0053b43c6eb884777650', # FIXME\n",
1209+
" 'access_key': '', # FIXME\n",
12101210
" 'query': 'Grand Junction, Colorado'\n",
12111211
"}\n",
12121212
"\n",
@@ -1430,7 +1430,7 @@
14301430
},
14311431
{
14321432
"cell_type": "code",
1433-
"execution_count": 38,
1433+
"execution_count": null,
14341434
"id": "548caf39",
14351435
"metadata": {},
14361436
"outputs": [],
@@ -1440,7 +1440,7 @@
14401440
"import requests\n",
14411441
"\n",
14421442
"params = {\n",
1443-
" 'appid': '16bc6c1bfae2a1d9fd2958b6f11b9b85', # FIXME\n",
1443+
" 'appid': '', # FIXME\n",
14441444
" 'q': 'Grand Junction, Colorado'\n",
14451445
"}\n",
14461446
"\n",
@@ -1792,7 +1792,7 @@
17921792
},
17931793
{
17941794
"cell_type": "code",
1795-
"execution_count": 50,
1795+
"execution_count": null,
17961796
"id": "7ded06b3",
17971797
"metadata": {},
17981798
"outputs": [],
@@ -1802,7 +1802,7 @@
18021802
"\n",
18031803
"def forecastWeather(city) -> json:\n",
18041804
" params = {\n",
1805-
" 'appid': '16bc6c1bfae2a1d9fd2958b6f11b9b85', # FIXME\n",
1805+
" 'appid': '', # FIXME\n",
18061806
" 'q': city,\n",
18071807
" 'units': 'imperial' # uses US metrics\n",
18081808
" }\n",

0 commit comments

Comments
 (0)