From 71bd749b0ca724f5a8a944fdd40e09c525ad8605 Mon Sep 17 00:00:00 2001 From: Auto-format Bot Date: Tue, 13 Feb 2024 23:34:50 +0000 Subject: [PATCH] Automatically reformatting code --- src/groundlight/cli.py | 1 - 1 file changed, 1 deletion(-) 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,