From 8e4520b6d2477096fc0fcad36b3896ca83006858 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:43:35 +0200 Subject: [PATCH] Update helper.py --- octosuite/helper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/octosuite/helper.py b/octosuite/helper.py index 0bb917b..8ffde3f 100644 --- a/octosuite/helper.py +++ b/octosuite/helper.py @@ -161,7 +161,6 @@ class Help: help_cmd_table.add_row("clear", "Clear screen") help_cmd_table.add_row("about", "Program's info") help_cmd_table.add_row("author", "Developer's info") - help_cmd_table.add_section() help_cmd_table.add_row("csv", "List all csv management commands") help_cmd_table.add_row("logs", "List all logs management commands") help_cmd_table.add_row("org", "List all organization investigation commands")