diff -r 47be220abdaf -r 779cda568acb src/eric7/JediInterface/AssistantJedi.py --- a/src/eric7/JediInterface/AssistantJedi.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/JediInterface/AssistantJedi.py Sat Apr 20 18:01:36 2024 +0200 @@ -241,14 +241,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