From 9ffd320c613762660a02bf938c4e8927544cd021 Mon Sep 17 00:00:00 2001 From: openvix-bot Date: Thu, 25 Jan 2024 15:28:23 +0000 Subject: [PATCH] PEP8 double aggressive E301 ~ E306 --- lib/python/Plugins/SystemPlugins/ViX/PackageManager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/python/Plugins/SystemPlugins/ViX/PackageManager.py b/lib/python/Plugins/SystemPlugins/ViX/PackageManager.py index 4c5997a41e..879902b524 100644 --- a/lib/python/Plugins/SystemPlugins/ViX/PackageManager.py +++ b/lib/python/Plugins/SystemPlugins/ViX/PackageManager.py @@ -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")