src/eric7/Plugins/PluginSyntaxChecker.py

branch
server
changeset 10704
27d21e5163b8
parent 10582
8264ea1f42e5
parent 10683
779cda568acb
child 10718
c9252721680b
--- a/src/eric7/Plugins/PluginSyntaxChecker.py	Wed Apr 10 17:03:56 2024 +0200
+++ b/src/eric7/Plugins/PluginSyntaxChecker.py	Wed May 15 10:45:50 2024 +0200
@@ -274,14 +274,14 @@
 
         self.__initialize()
 
-    def __projectShowMenu(self, menuName, menu):  # noqa: U100
+    def __projectShowMenu(self, menuName, _menu):
         """
         Private slot called, when the the project menu or a submenu is
         about to be shown.
 
         @param menuName name of the menu to be shown
         @type str
-        @param menu reference to the menu
+        @param _menu reference to the menu (unused)
         @type QMenu
         """
         if menuName == "Checks" and self.__projectAct is not None:

eric ide

mercurial