src/eric7/PipInterface/PipPackagesWidget.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11128
04a9579c9c54
child 11155
e1843b6efa73
child 11211
3e649cf5082c
diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/PipInterface/PipPackagesWidget.py
--- a/src/eric7/PipInterface/PipPackagesWidget.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/PipInterface/PipPackagesWidget.py	Mon Feb 24 15:43:49 2025 +0100
@@ -1224,7 +1224,7 @@
             ericApp().getObject("UserInterface").showPreferences("pipPage")
         except KeyError:
             # we were called from outside the eric IDE
-            from eric7.Preferences.ConfigurationDialog import (  # noqa: I101
+            from eric7.Preferences.ConfigurationDialog import (  # noqa: I-101
                 ConfigurationDialog,
                 ConfigurationMode,
             )
@@ -1836,7 +1836,7 @@
         """
         Private slot to create a "Software Bill Of Material" file.
         """
-        import CycloneDXInterface  # __IGNORE_WARNING_I102__
+        import CycloneDXInterface  # __IGNORE_WARNING_I-102__
 
         venvName = self.environmentsComboBox.currentText()
         if venvName == self.__pip.getProjectEnvironmentString():

eric ide

mercurial