src/eric7/Plugins/PluginEricdoc.py

branch
eric7
changeset 10069
435cc5875135
parent 10061
8bdad5699288
child 10315
4102a69604eb
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Plugins/PluginEricdoc.py
--- a/src/eric7/Plugins/PluginEricdoc.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Plugins/PluginEricdoc.py	Thu May 25 19:51:47 2023 +0200
@@ -198,7 +198,7 @@
             ericApp().getObject("Project").removeEricActions([self.__projectAct])
         self.__initialize()
 
-    def __projectShowMenu(self, menuName, menu):
+    def __projectShowMenu(self, menuName, menu):  # noqa: U100
         """
         Private slot called, when the the project menu or a submenu is
         about to be shown.

eric ide

mercurial