src/eric7/EricNetwork/EricSslUtilities.py

branch
eric7
changeset 9482
a2bc06a54d9d
parent 9470
34f2493c1d3f
child 9653
e67609152c5e
--- a/src/eric7/EricNetwork/EricSslUtilities.py	Sun Nov 06 11:22:39 2022 +0100
+++ b/src/eric7/EricNetwork/EricSslUtilities.py	Mon Nov 07 17:19:58 2022 +0100
@@ -13,7 +13,7 @@
     Function to initialize some global SSL stuff.
     """
     try:
-        from PyQt6.QtNetwork import QSslConfiguration
+        from PyQt6.QtNetwork import QSslConfiguration  # __IGNORE_WARNING_I10__
     except ImportError:
         # no SSL available, so there is nothing to initialize
         return

eric ide

mercurial