Skip to content

Commit 767c879

Browse files
committed
fix end of files lint
1 parent 676638d commit 767c879

11 files changed

+1635
-1019
lines changed

notebooks/adalflow_colab_template.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@
5858
"clear_output()"
5959
]
6060
},
61+
{
62+
"cell_type": "code",
63+
"execution_count": null,
64+
"metadata": {},
65+
"outputs": [],
66+
"source": [
67+
"!pip uninstall httpx anyio -y\n",
68+
"!pip install \"anyio>=3.1.0,<4.0\"\n",
69+
"!pip install httpx==0.24.1"
70+
]
71+
},
6172
{
6273
"cell_type": "markdown",
6374
"metadata": {},

notebooks/tutorials/adalflow_classification_optimization.ipynb

Lines changed: 961 additions & 455 deletions
Large diffs are not rendered by default.

notebooks/tutorials/adalflow_component.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@
5959
"clear_output()"
6060
]
6161
},
62+
{
63+
"cell_type": "code",
64+
"execution_count": null,
65+
"metadata": {},
66+
"outputs": [],
67+
"source": [
68+
"!pip uninstall httpx anyio -y\n",
69+
"!pip install \"anyio>=3.1.0,<4.0\"\n",
70+
"!pip install httpx==0.24.1"
71+
]
72+
},
6273
{
6374
"cell_type": "code",
6475
"execution_count": 5,

notebooks/tutorials/adalflow_dataclasses.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,17 @@
8282
"clear_output()"
8383
]
8484
},
85+
{
86+
"cell_type": "code",
87+
"execution_count": null,
88+
"metadata": {},
89+
"outputs": [],
90+
"source": [
91+
"!pip uninstall httpx anyio -y\n",
92+
"!pip install \"anyio>=3.1.0,<4.0\"\n",
93+
"!pip install httpx==0.24.1"
94+
]
95+
},
8596
{
8697
"cell_type": "markdown",
8798
"metadata": {

0 commit comments

Comments
 (0)