Skip to content

Commit 065b91e

Browse files
authored
Merge pull request #95707 from fabiofumarola/patch-2
Update how-to-use-mlflow-cli-runs.md
2 parents 1473fb5 + e4a6cde commit 065b91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-use-mlflow-cli-runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can get the Azure ML MLflow tracking URI using the [Azure Machine Learning S
7070
from azure.identity import DefaultAzureCredential
7171
import mlflow
7272

73-
ml_client = MLClient.from_config(credential=DefaultAzureCredential()
73+
ml_client = MLClient.from_config(credential=DefaultAzureCredential())
7474
azureml_mlflow_uri = ml_client.workspaces.get(ml_client.workspace_name).mlflow_tracking_uri
7575
mlflow.set_tracking_uri(azureml_mlflow_uri)
7676
```

0 commit comments

Comments
 (0)