diff -r 47be220abdaf -r 779cda568acb src/eric7/Plugins/PluginVcsPySvn.py --- a/src/eric7/Plugins/PluginVcsPySvn.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Plugins/PluginVcsPySvn.py Sat Apr 20 18:01:36 2024 +0200 @@ -100,11 +100,11 @@ subversionCfgPluginObject = 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 SubversionPage