Skip to content

Commit

Permalink
ran black and pretty to format files:
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 committed Oct 11, 2024
1 parent 1880bc9 commit 7c07bbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/examples/rapids-azureml-hpo/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
"# Get a handle to the workspace\n",
"ml_client = MLClient(\n",
" credential=DefaultAzureCredential(),\n",
" subscription_id= subscription_id,\n",
" resource_group_name= resource_group_name,\n",
" workspace_name= workspace_name\n",
" subscription_id=subscription_id,\n",
" resource_group_name=resource_group_name,\n",
" workspace_name=workspace_name,\n",
")\n",
"\n",
"print(\n",
Expand Down

0 comments on commit 7c07bbe

Please sign in to comment.