--- a/PipxInterface/PipxWidget.py Sat Dec 14 15:28:55 2024 +0100 +++ b/PipxInterface/PipxWidget.py Sun Dec 22 16:24:30 2024 +0100 @@ -82,9 +82,7 @@ ) self.repairDependenciesButton.setIcon( EricPixmapCache.getIcon( - os.path.join( - "PipxInterface", "icons", "repair{0}".format(iconSuffix) - ) + os.path.join("PipxInterface", "icons", "repair{0}".format(iconSuffix)) ) ) @@ -664,7 +662,7 @@ def __repairBrokenDependencies(self): """ Private slot to repair broken (unmet) dependencies. - + Note: This could be necessary after a dependencies upgrade. pip will tell you. """ package = self.__selectedPackages()[0]