--- a/src/eric7/Plugins/PluginEricdoc.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Plugins/PluginEricdoc.py Sat Apr 20 18:01:36 2024 +0200 @@ -202,14 +202,14 @@ ericApp().getObject("Project").removeEricActions([self.__projectAct]) 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 == "Apidoc" and self.__projectAct is not None: