src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py
--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py	Mon Apr 22 18:23:20 2024 +0200
@@ -76,21 +76,21 @@
         )
 
     @pyqtSlot(str)
-    def on_tag1Combo_editTextChanged(self, text):
+    def on_tag1Combo_editTextChanged(self, _text):
         """
         Private slot to handle the tag1Combo editTextChanged signal.
 
-        @param text text of the combo
+        @param _text text of the combo (unused)
         @type str
         """
         self.__enableOkButton()
 
     @pyqtSlot(str)
-    def on_tag2Combo_editTextChanged(self, text):
+    def on_tag2Combo_editTextChanged(self, _text):
         """
         Private slot to handle the tag2Combo editTextChanged signal.
 
-        @param text text of the combo
+        @param _text text of the combo (unused)
         @type str
         """
         self.__enableOkButton()

eric ide

mercurial