Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 62b688b

Browse files
Ruff reformat
1 parent a89a1f9 commit 62b688b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/fastapi_app/dependencies.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ async def common_parameters():
7676
)
7777

7878

79-
async def get_azure_credential() -> (
80-
Union[azure.identity.AzureDeveloperCliCredential, azure.identity.ManagedIdentityCredential]
81-
):
79+
async def get_azure_credential() -> Union[
80+
azure.identity.AzureDeveloperCliCredential, azure.identity.ManagedIdentityCredential
81+
]:
8282
azure_credential: Union[azure.identity.AzureDeveloperCliCredential, azure.identity.ManagedIdentityCredential]
8383
try:
8484
if client_id := os.getenv("APP_IDENTITY_ID"):

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /