mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
Updated for coding style
This commit is contained in:
parent
b6e710514f
commit
d90a20b160
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ class Upgrade(Configs):
|
|||
packages: list = list(set(self.utils.installed_package_names) & set(list(self.data.keys())))
|
||||
|
||||
for pkg in packages:
|
||||
|
||||
if self.is_package_upgradeable(pkg):
|
||||
yield pkg
|
||||
|
||||
|
|
Loading…
Reference in a new issue