--- a/src/eric7/Plugins/PluginVcsGit.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Plugins/PluginVcsGit.py Sat Apr 20 18:01:36 2024 +0200 @@ -103,11 +103,11 @@ gitCfgPluginObject = 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 GitPage