diff -r 47be220abdaf -r 779cda568acb src/eric7/Plugins/PluginTranslator.py --- a/src/eric7/Plugins/PluginTranslator.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Plugins/PluginTranslator.py Sat Apr 20 18:01:36 2024 +0200 @@ -40,11 +40,11 @@ translatorPluginObject = None -def createTranslatorPage(configDlg): # noqa: U100 +def createTranslatorPage(_configDlg): """ Module function to create the Translator configuration page. - @param configDlg reference to the configuration dialog + @param _configDlg reference to the configuration dialog (unused) @type ConfigurationWidget @return reference to the configuration page @rtype TranslatorPage