Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi committed Jan 3, 2024
1 parent 7dfc153 commit 90f7557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api_app/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.8"
__version__ = "0.18.0"
2 changes: 2 additions & 0 deletions api_app/core/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def get_credential() -> TokenCredential:
exclude_powershell_credential=True
)


async def get_credential_async(managed_identity):
return (
ChainedTokenCredentialASync(
Expand All @@ -44,6 +45,7 @@ async def get_credential_async(managed_identity):
)
)


@asynccontextmanager
async def get_credential_async_context() -> TokenCredential:
"""
Expand Down

0 comments on commit 90f7557

Please sign in to comment.