Skip to content

Commit

Permalink
changed cell language to Python
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryaraimule21 committed Feb 5, 2025
1 parent 088ea57 commit c8375b4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@
]
},
{
"cell_type": "markdown",
"cell_type": "code",
"execution_count": null,
"id": "af5e73b2",
"metadata": {},
"outputs": [],
"source": [
"from typing import List\n",
"from kfp import client\n",
Expand Down

0 comments on commit c8375b4

Please sign in to comment.