PluginExtensionProtobuf.py

changeset 28
ddee2e1e4198
parent 27
5e9a61e7d7d0
child 34
41070d80eb1f
diff -r 5e9a61e7d7d0 -r ddee2e1e4198 PluginExtensionProtobuf.py
--- a/PluginExtensionProtobuf.py	Wed Oct 25 18:08:35 2023 +0200
+++ b/PluginExtensionProtobuf.py	Fri Oct 27 14:48:37 2023 +0200
@@ -144,7 +144,7 @@
     }
 
 
-def createProtobufPage(configDlg):
+def createProtobufPage(configDlg):  # noqa: U100
     """
     Module function to create the Protobuf configuration page.
 
@@ -337,7 +337,7 @@
         else:
             return None
 
-    def getFileIcon(self, filename=""):
+    def getFileIcon(self, filename=""):  # noqa: U100
         """
         Public method to get the name of a file icon.
 
@@ -363,4 +363,4 @@
 
 
 #
-# eflag: noqa = M801
+# eflag: noqa = M801, U200

eric ide

mercurial