Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 3, 2025
1 parent 80753d0 commit 3b0f414
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dvc_azure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,5 @@ def fs(self):
return AzureBlobFileSystem(**self.fs_args)
except (ValueError, AzureError) as e:
raise AzureAuthError(
"Authentication to Azure Blob Storage via "
f"{self._login_method} failed."
f"Authentication to Azure Blob Storage via {self._login_method} failed."
) from e

0 comments on commit 3b0f414

Please sign in to comment.