From 27a52b7fd56e0824b3dc4fb0bf8b81519a101d4f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 8 May 2023 13:17:25 +0300 Subject: [PATCH] Updated for coding style --- slpkg/checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/slpkg/checks.py b/slpkg/checks.py index a30e2c08..becf430b 100644 --- a/slpkg/checks.py +++ b/slpkg/checks.py @@ -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: