From f9d56c51a07b08d8f65f663b8709ae5660860ce8 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 25 Dec 2022 02:49:52 +0200 Subject: [PATCH] Update helper.py --- octosuite/helper.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/octosuite/helper.py b/octosuite/helper.py index 2d6b535..fbb8277 100644 --- a/octosuite/helper.py +++ b/octosuite/helper.py @@ -1,6 +1,5 @@ from rich.table import Table -from rich import print as xprint -from octosuite.config import white, green, white_bold, green_bold, header_title, reset +from octosuite.config import Tree, xprint, white, green, white_bold, green_bold, header_title, reset # helper.py # This file holds the help text for available commands.