From 53433c119bda06163127766db07f727d074f7730 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:18:17 +0200 Subject: [PATCH] Update helper.py --- octosuite/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octosuite/helper.py b/octosuite/helper.py index 9c0c10e..33c1afc 100644 --- a/octosuite/helper.py +++ b/octosuite/helper.py @@ -1,6 +1,6 @@ from rich.table import Table from rich import print as xprint -from octosuite.colors import white, green, white_bold, green_bold, header_title, reset +from octosuite.config import white, green, white_bold, green_bold, header_title, reset # helper.py # This file holds the help text for available commands.