--- a/src/eric7/EricNetwork/EricSslCertificateSelectionDialog.py Tue Sep 24 17:52:41 2024 +0200 +++ b/src/eric7/EricNetwork/EricSslCertificateSelectionDialog.py Wed Sep 25 14:01:47 2024 +0200 @@ -114,8 +114,9 @@ Private slot to show data of the selected certificate. """ with contextlib.suppress(ImportError): - from .EricSslCertificatesInfoDialog import EricSslCertificatesInfoDialog - # noqa: I101 + from .EricSslCertificatesInfoDialog import ( # noqa: I101 + EricSslCertificatesInfoDialog, + ) cert = QSslCertificate.fromData( self.certificatesTree.selectedItems()[0].data(0, self.CertRole)