diff --git a/slpkg/checks.py b/slpkg/checks.py index 67db7f06..6f0970a1 100644 --- a/slpkg/checks.py +++ b/slpkg/checks.py @@ -16,13 +16,6 @@ class Check(Configs): super(Configs, self).__init__() self.black = Blacklist() self.utils = Utilities() - self.color = self.colour() - - # self.bold: str = self.color['bold'] - # self.red: str = self.color['red'] - # self.cyan: str = self.color['cyan'] - # self.endc: str = self.color['endc'] - # self.bred: str = f'{self.bold}{self.red}' self.repo_path = self.sbo_repo_path if self.ponce_repo: