src/eric7/Plugins/PluginVcsPySvn.py

branch
eric7
changeset 10683
779cda568acb
parent 10496
f9925e08dbce
child 10716
11cdcc824469
--- 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

eric ide

mercurial