--- a/src/eric7/Plugins/PluginVcsMercurial.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Plugins/PluginVcsMercurial.py Sat Apr 20 18:01:36 2024 +0200 @@ -101,11 +101,11 @@ mercurialCfgPluginObject = None -def createConfigurationPage(configDlg): # noqa: U100 +def createConfigurationPage(_configDlg): """ Module function to create the configuration page. - @param configDlg reference to the configuration dialog + @param _configDlg reference to the configuration dialog (unused) @type QDialog @return reference to the configuration page @rtype MercurialPage