mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Removed unused
This commit is contained in:
parent
4f31d1aff0
commit
284a140161
1 changed files with 0 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue