From c53ab2a00b16bb46f15f7d898737deb50de68f66 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 25 Nov 2022 01:30:48 +0200 Subject: [PATCH] Update colors.py --- octosuite/colors.py | 9 --------- 1 file changed, 9 deletions(-) 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