PluginPipxInterface.py

changeset 44
e5e923c6a6db
parent 43
2ef4c1f1adea
child 47
b898d1a77ab0
--- a/PluginPipxInterface.py	Mon Jul 29 11:37:20 2024 +0200
+++ b/PluginPipxInterface.py	Mon Jul 29 11:39:03 2024 +0200
@@ -265,7 +265,7 @@
 
     def setOutdatedIndicator(self, outdated):
         """
-        Public method to set or clear the outdated indication of the pipx icon
+        Public method to set or clear the outdated indication of the pipx icon.
 
         @param outdated flag indicating outdated packages or dependencies
         @type bool
@@ -279,7 +279,7 @@
                 index,
                 EricPixmapCache.getIcon(
                     os.path.join("PipxInterface", "icons", iconName)
-                )
+                ),
             )
         elif uiLayoutType == "Sidebars":
             iconName = "pipxOutdated96" if outdated else "pipx96"
@@ -288,7 +288,7 @@
                 index,
                 EricPixmapCache.getIcon(
                     os.path.join("PipxInterface", "icons", iconName)
-                )
+                ),
             )
 
     def getPreferences(self, key):

eric ide

mercurial