Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Switches to sync version of DefaultAzureCredential
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Oct 10, 2023
1 parent e03fba7 commit 5e2c6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefect_azure/deployments/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from pathlib import Path, PurePosixPath
from typing import Dict, Optional

from azure.identity.aio import DefaultAzureCredential
from azure.identity import DefaultAzureCredential
from azure.storage.blob import ContainerClient
from prefect.utilities.filesystem import filter_files, relative_path_to_current_platform

Expand Down

0 comments on commit 5e2c6fd

Please sign in to comment.