Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nick863 committed Apr 16, 2024
1 parent a6240d6 commit cc91f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promptflow-evals/samples/EvaluatorUpload.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"import yaml\n",
"\n",
"from azure.ai.ml import MLClient\n",
"from azure.identity._credentials.default import DefaultAzureCredential\n",
"from azure.identity import DefaultAzureCredential\n",
"from azure.ai.ml.entities import (\n",
" Model\n",
")\n",
Expand Down

0 comments on commit cc91f81

Please sign in to comment.