mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for coding style
This commit is contained in:
parent
56119a36c2
commit
976c0e3946
1 changed files with 1 additions and 1 deletions
|
@ -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. """
|
||||
|
|
Loading…
Add table
Reference in a new issue