--- a/eric7/PluginManager/PluginManager.py Sun May 23 13:33:13 2021 +0200 +++ b/eric7/PluginManager/PluginManager.py Sun May 23 15:35:49 2021 +0200 @@ -27,7 +27,9 @@ from EricNetwork.EricNetworkProxyFactory import proxyAuthenticationRequired try: - from EricNetwork.EricSslErrorHandler import EricSslErrorHandler, EricSslErrorState + from EricNetwork.EricSslErrorHandler import ( + EricSslErrorHandler, EricSslErrorState + ) SSL_AVAILABLE = True except ImportError: SSL_AVAILABLE = False @@ -1305,7 +1307,9 @@ url = Preferences.getUI("PluginRepositoryUrl7") # read the repository file - from EricXML.PluginRepositoryReader import PluginRepositoryReader + from EricXML.PluginRepositoryReader import ( + PluginRepositoryReader + ) reader = PluginRepositoryReader(f, self.checkPluginEntry) reader.readXML() if url != Preferences.getUI("PluginRepositoryUrl7"):