Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Jan 8, 2025
1 parent 711a7f7 commit 281e630
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lisa/sut_orchestrator/azure/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2733,7 +2733,6 @@ def _get_exp(self) -> Any:
# Convert the payload into a dictionary
return json.loads(decoded_payload)


def get_static_access_token(token_type: str) -> Any:
credential = None
if token_type in os.environ:
Expand All @@ -2742,7 +2741,6 @@ def get_static_access_token(token_type: str) -> Any:
)
return credential


def get_certificate_client(
vault_url: str, platform: "AzurePlatform"
) -> CertificateClient:
Expand Down

0 comments on commit 281e630

Please sign in to comment.