Skip to content

Commit

Permalink
fixed small linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 committed Oct 10, 2024
1 parent 2034658 commit 540a35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/examples/rapids-azureml-hpo/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"ml_client = MLClient(\n",
" credential=DefaultAzureCredential(),\n",
" subscription_id= subscription_id,\n",
" resource_group_name= resource_group_name\n",
" resource_group_name= resource_group_name,\n",
" workspace_name= workspace_name\n",
")\n",
"\n",
Expand Down

0 comments on commit 540a35a

Please sign in to comment.