From f328aaa52f2f37eb1824a60dc065803371280e13 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 22 May 2024 17:27:48 +0300 Subject: [PATCH] Fixed D400,D209,D205 --- slpkg/download_only.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/slpkg/download_only.py b/slpkg/download_only.py index 0e81b7a5..d8f0d40f 100644 --- a/slpkg/download_only.py +++ b/slpkg/download_only.py @@ -17,8 +17,7 @@ from slpkg.repositories import Repositories class DownloadOnly(Configs): # pylint: disable=[R0902] - """Download only the sources and the slackbuilds - or the packages for binary repositories.""" + """Download only the sources or packages.""" def __init__(self, directory: str, flags: list, data: dict, repository: str): super(Configs, self).__init__()