Removed unused

This commit is contained in:
Dimitris Zlatanidis 2023-03-16 22:04:36 +02:00
parent 4f31d1aff0
commit 284a140161

View file

@ -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: