mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Updated for coding style
This commit is contained in:
parent
730e619e21
commit
27a52b7fd5
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ class Check(Configs):
|
||||||
self.is_binary: bool = self.utils.is_binary_repo(repository)
|
self.is_binary: bool = self.utils.is_binary_repo(repository)
|
||||||
|
|
||||||
def exists_in_the_database(self, packages: list) -> None:
|
def exists_in_the_database(self, packages: list) -> None:
|
||||||
""" Checking if the slackbuild exists in the database. """
|
|
||||||
not_packages: list = []
|
not_packages: list = []
|
||||||
|
|
||||||
for pkg in packages:
|
for pkg in packages:
|
||||||
|
|
Loading…
Add table
Reference in a new issue