Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-05-08 13:17:25 +03:00
parent 730e619e21
commit 27a52b7fd5

View file

@ -27,7 +27,6 @@ class Check(Configs):
self.is_binary: bool = self.utils.is_binary_repo(repository)
def exists_in_the_database(self, packages: list) -> None:
""" Checking if the slackbuild exists in the database. """
not_packages: list = []
for pkg in packages: