Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Parraga <[email protected]>
  • Loading branch information
Sovietaced committed Nov 22, 2024
1 parent 796c245 commit c905865
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flytekit/clients/auth/authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ def refresh_credentials(self):
text = f"To Authenticate, navigate in a browser to the following URL: {click.style(full_uri, fg='blue', underline=True)}"
click.secho(text)
try:
# Currently the refresh token is not retrieved. We may want to add support for refreshTokens so that
# access tokens can be refreshed for once authenticated machines
token, refresh_token, expires_in = token_client.poll_token_endpoint(
resp,
self._token_endpoint,
Expand Down

0 comments on commit c905865

Please sign in to comment.