Skip to content

Commit b67cf9f

Browse files
committed
Remove duplicated paragraph from the sessions tutorial.
1 parent d74d79d commit b67cf9f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

tutorials/002 - Sessions.ipynb

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -124,28 +124,6 @@
124124
"\n",
125125
"wr.s3.does_object_exist(\"s3://noaa-ghcn-pds/fake\", boto3_session=my_session)"
126126
]
127-
},
128-
{
129-
"cell_type": "code",
130-
"execution_count": 5,
131-
"metadata": {},
132-
"outputs": [
133-
{
134-
"data": {
135-
"text/plain": [
136-
"False"
137-
]
138-
},
139-
"execution_count": 5,
140-
"metadata": {},
141-
"output_type": "execute_result"
142-
}
143-
],
144-
"source": [
145-
"my_session = boto3.Session(region_name=\"us-east-2\")\n",
146-
"\n",
147-
"wr.s3.does_object_exist(\"s3://noaa-ghcn-pds/fake\", boto3_session=my_session)"
148-
]
149127
}
150128
],
151129
"metadata": {

0 commit comments

Comments
 (0)