Skip to content

Commit

Permalink
Remove duplicated paragraph from the sessions tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorborgest committed Jun 12, 2020
1 parent d74d79d commit b67cf9f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions tutorials/002 - Sessions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,28 +124,6 @@
"\n",
"wr.s3.does_object_exist(\"s3://noaa-ghcn-pds/fake\", boto3_session=my_session)"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"False"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"my_session = boto3.Session(region_name=\"us-east-2\")\n",
"\n",
"wr.s3.does_object_exist(\"s3://noaa-ghcn-pds/fake\", boto3_session=my_session)"
]
}
],
"metadata": {
Expand Down

0 comments on commit b67cf9f

Please sign in to comment.