Skip to content

Commit

Permalink
Update flytekit/clis/auth/credentials.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Su <[email protected]>
  • Loading branch information
goyalankit and pingsutw authored Feb 14, 2023
1 parent e10cc95 commit 24c08f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/clis/auth/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def get_client(
redirect_endpoint: str, client_id: str, scopes: List[str], auth_endpoint: str, token_endpoint: str, verify: bool
redirect_endpoint: str, client_id: str, scopes: List[str], auth_endpoint: str, token_endpoint: str, verify: Union[bool, str]
) -> AuthorizationClient:
global _authorization_client
if _authorization_client is not None and not _authorization_client.expired:
Expand Down

0 comments on commit 24c08f6

Please sign in to comment.