From 4855ccfc7ed3334fbd3eed3680f376d580ff1019 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 22 May 2024 18:58:07 +0300 Subject: [PATCH] Fixed D401 --- slpkg/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/checks.py b/slpkg/checks.py index 8415a78c..01790b16 100644 --- a/slpkg/checks.py +++ b/slpkg/checks.py @@ -35,7 +35,7 @@ class Check(Configs): exit_status=1) def is_package_installed(self, packages: list) -> None: - """Checking for installed packages and prints message if not. + """Check for installed packages and prints message if not. Args: packages (list): List of packages.