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.