Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-05-22 17:59:16 +03:00
parent 3779f1ce8b
commit 90e7012e64

View file

@ -760,6 +760,7 @@ class SubMenu:
class ChoosePackages:
""" Choose packages with dialog utility and -S, --search flag. """
def __init__(self, repository: str):
self.repository: str = repository
@ -770,7 +771,6 @@ class ChoosePackages:
self.is_binary: bool = self.utils.is_binary_repo(repository)
def packages(self, data: dict, packages: list, method: str) -> list:
""" Choose packages with dialog utility and -S, --search flag. """
height: int = 10
width: int = 70
list_height: int = 0