diff --git a/octosuite/colors.py b/octosuite/colors.py index 75531de..d3cb1d5 100644 --- a/octosuite/colors.py +++ b/octosuite/colors.py @@ -4,15 +4,6 @@ from richt.tree import Tree from datetime import datetime -# This file is responsible for enabling/disabling colors in OctoSuite -# This file gets called first at start up before any other file gets called -# colors.py is the reason why users get to choose whether to enable/disable colors -# delete this file, the entire program breaks -import psutil -import platform -from datetime import datetime - - # This file is responsible for enabling/disabling colors in OctoSuite # This file gets called first at start up before any other file gets called # colors.py is the reason why users get to choose whether to enable/disable colors