src/eric7/JediInterface/AssistantJedi.py

branch
server
changeset 10704
27d21e5163b8
parent 10587
670f234271d8
parent 10683
779cda568acb
child 10970
2ad8a7d0867c
diff -r 306373ccf8fd -r 27d21e5163b8 src/eric7/JediInterface/AssistantJedi.py
--- a/src/eric7/JediInterface/AssistantJedi.py	Wed Apr 10 17:03:56 2024 +0200
+++ b/src/eric7/JediInterface/AssistantJedi.py	Wed May 15 10:45:50 2024 +0200
@@ -242,14 +242,14 @@
             self.tr("Extract Function"), self.__jediServer.refactoringExtractFunction
         )
 
-    def __editorShowMenu(self, menuName, menu, editor):  # noqa: U100
+    def __editorShowMenu(self, menuName, _menu, editor):
         """
         Private slot called, when the the editor context 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
         @param editor reference to the editor
         @type Editor

eric ide

mercurial