Remove unused httpx imports and related comments

This commit is contained in:
Tianzi Cai
2026-07-22 20:56:48 -07:00
committed by GitHub
parent a62695fb38
commit 003fb5121b
@@ -361,7 +361,6 @@
"import base64\n",
"import json\n",
"\n",
"import httpx\n",
"import requests\n",
"from IPython.display import Image"
]
@@ -450,9 +449,7 @@
"id": "3d627efff784"
},
"source": [
"#### Encode And Preview Image\n",
"\n",
"We fetch sample images from Wikipedia using the httpx library, but you can use whatever image sources work for you."
"#### Encode And Preview Image",
]
},
{
@@ -622,8 +619,7 @@
},
"outputs": [],
"source": [
"! pip3 install -U -q 'anthropic[vertex]'\n",
"! pip3 install -U -q httpx"
"! pip3 install -U -q 'anthropic[vertex]'"
]
},
{
@@ -865,7 +861,6 @@
"source": [
"import base64\n",
"\n",
"import httpx\n",
"import requests\n",
"from IPython.display import Image"
]
@@ -966,9 +961,7 @@
"id": "2fe57432a56d"
},
"source": [
"#### Encode And Preview Image\n",
"\n",
"We fetch sample images from Wikipedia using the httpx library, but you can use whatever image sources work for you."
"#### Encode And Preview Image"
]
},
{