From a7e68637a9f2ca02100d4e5c208a16157b879692 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 14 Nov 2024 15:04:19 +0100 Subject: [PATCH] pkgs/cli: Remove superfluous comment string --- pkgs/clan-cli/clan_cli/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/clan-cli/clan_cli/__init__.py b/pkgs/clan-cli/clan_cli/__init__.py index ab80b27e9..1b46f4fbd 100644 --- a/pkgs/clan-cli/clan_cli/__init__.py +++ b/pkgs/clan-cli/clan_cli/__init__.py @@ -107,7 +107,6 @@ For more detailed information, visit: {help_hyperlink("docs", "https://docs.clan subparsers = parser.add_subparsers() - # Commands directly under the root i.e. "clan show" show_parser = subparsers.add_parser( "show", help="Show meta about the clan if present",