Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-03-17 11:22:17 +02:00
parent 56119a36c2
commit 976c0e3946

View file

@ -14,9 +14,9 @@ class SearchPackage(Configs):
self.yellow: str = self.color['yellow']
self.cyan: str = self.color['cyan']
self.endc: str = self.color['endc']
self.green: str = self.color['green']
self.grey: str = self.color['grey']
self.endc: str = self.color['endc']
def package(self, packages: list) -> None:
""" Searching and print the matched slackbuilds. """