mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed D401
This commit is contained in:
parent
467608c63c
commit
4855ccfc7e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue