diff --git a/src/groundlight/cli.py b/src/groundlight/cli.py index bf380bef..c15c4035 100644 --- a/src/groundlight/cli.py +++ b/src/groundlight/cli.py @@ -6,7 +6,6 @@ from groundlight import Groundlight from groundlight.client import ApiTokenError -from groundlight.config import API_TOKEN_MISSING_HELP_MESSAGE cli_app = typer.Typer( no_args_is_help=True,