Skip to content

Commit

Permalink
PEP8 double aggressive E301 ~ E306
Browse files Browse the repository at this point in the history
  • Loading branch information
openvix-bot committed Jan 25, 2024
1 parent f9e1f6f commit 9ffd320
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/python/Plugins/SystemPlugins/ViX/PackageManager.py
Expand Up @@ -141,7 +141,6 @@ def __init__(self, session):
self.unwanted_extensions = ("-dbg", "-dev", "-doc", "-staticdev", "-src", "busybox")
self.filters = {"All": _("All"), "Installed": _("Installed"), "Upgradeable": _("Upgradeable"), "Installable": _("Installable")}


self.installedpng = LoadPixmap(cached=True, path=self.imagePath + "installed.png")
self.upgradeablepng = LoadPixmap(cached=True, path=self.imagePath + "upgradeable.png")
self.installablepng = LoadPixmap(cached=True, path=self.imagePath + "installable.png")
Expand Down

0 comments on commit 9ffd320

Please sign in to comment.