mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Updated for coding style
This commit is contained in:
parent
cdefe26e7e
commit
05a34b03f1
1 changed files with 2 additions and 1 deletions
|
@ -22,9 +22,10 @@ class Upgrade(Configs, Utilities):
|
|||
|
||||
def packages(self) -> Generator[str, None, None]:
|
||||
""" Compares version of packages and returns the maximum. """
|
||||
upgrade: list = []
|
||||
requires: list = []
|
||||
repo_packages: list = SBoQueries('').sbos()
|
||||
black: list = self.black.packages()
|
||||
upgrade, requires = [], []
|
||||
|
||||
installed: list = list(self.all_installed(self.file_pattern))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue