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 base64\n",
"import json\n", "import json\n",
"\n", "\n",
"import httpx\n",
"import requests\n", "import requests\n",
"from IPython.display import Image" "from IPython.display import Image"
] ]
@@ -450,9 +449,7 @@
"id": "3d627efff784" "id": "3d627efff784"
}, },
"source": [ "source": [
"#### Encode And Preview Image\n", "#### Encode And Preview Image",
"\n",
"We fetch sample images from Wikipedia using the httpx library, but you can use whatever image sources work for you."
] ]
}, },
{ {
@@ -622,8 +619,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"! pip3 install -U -q 'anthropic[vertex]'\n", "! pip3 install -U -q 'anthropic[vertex]'"
"! pip3 install -U -q httpx"
] ]
}, },
{ {
@@ -865,7 +861,6 @@
"source": [ "source": [
"import base64\n", "import base64\n",
"\n", "\n",
"import httpx\n",
"import requests\n", "import requests\n",
"from IPython.display import Image" "from IPython.display import Image"
] ]
@@ -966,9 +961,7 @@
"id": "2fe57432a56d" "id": "2fe57432a56d"
}, },
"source": [ "source": [
"#### Encode And Preview Image\n", "#### Encode And Preview Image"
"\n",
"We fetch sample images from Wikipedia using the httpx library, but you can use whatever image sources work for you."
] ]
}, },
{ {