diff --git a/flytekit/clients/auth/authenticator.py b/flytekit/clients/auth/authenticator.py index 6bbf4f873d..ad065b4129 100644 --- a/flytekit/clients/auth/authenticator.py +++ b/flytekit/clients/auth/authenticator.py @@ -4,11 +4,13 @@ from abc import abstractmethod from dataclasses import dataclass +import click + from . import token_client from .auth_client import AuthorizationClient from .exceptions import AccessTokenNotFoundError, AuthenticationError from .keyring import Credentials, KeyringStore -import click + @dataclass class ClientConfig: