PluginExtensionCorba.py

changeset 39
e033c7f0d45e
parent 37
79e453012ab9
child 46
bd9f89d3bf8b
--- a/PluginExtensionCorba.py	Wed Oct 25 18:04:06 2023 +0200
+++ b/PluginExtensionCorba.py	Fri Oct 27 14:45:25 2023 +0200
@@ -105,7 +105,7 @@
     }
 
 
-def createCorbaPage(configDlg):
+def createCorbaPage(configDlg):  # noqa: U100
     """
     Module function to create the CORBA configuration page.
 
@@ -288,7 +288,7 @@
 
         return LexerIDL(parent=parent)
 
-    def getFileIcon(self, filename=""):
+    def getFileIcon(self, filename=""):  # noqa: U100
         """
         Public method to get the name of a file icon.
 
@@ -302,4 +302,4 @@
 
 
 #
-# eflag: noqa = M801
+# eflag: noqa = M801, U200

eric ide

mercurial