From c71f09b54e77db27052e971dcf6d8b9b4fc57fe0 Mon Sep 17 00:00:00 2001 From: Runhan Li Date: Mon, 14 Aug 2023 18:02:08 -0700 Subject: [PATCH] update --- .../azure/ai/ml/operations/_feature_store_operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py b/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py index 8186d684d324..95f931b7c33a 100644 --- a/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py +++ b/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py @@ -5,12 +5,12 @@ # pylint: disable=protected-access from typing import Dict, Iterable, Optional +from marshmallow import ValidationError from azure.core.credentials import TokenCredential from azure.core.exceptions import ResourceNotFoundError from azure.core.polling import LROPoller from azure.core.tracing.decorator import distributed_trace -from marshmallow import ValidationError from azure.ai.ml._restclient.v2023_06_01_preview import AzureMachineLearningWorkspaces as ServiceClient062023Preview from azure.ai.ml._scope_dependent_operations import OperationsContainer, OperationScope