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
deb9882bf4
commit
4d82a9c9a3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Choose(Configs):
|
|||
self.list_height: int = 0
|
||||
|
||||
def packages(self, data: dict, packages: list, method: str) -> list:
|
||||
"""Calls methods to choosing packages via dialog tool.
|
||||
"""Call methods to choosing packages via dialog tool.
|
||||
|
||||
Args:
|
||||
data (dict): Repository data.
|
||||
|
|
Loading…
Reference in a new issue