--- 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):