src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.py
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.py	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.py	Mon Apr 22 18:23:20 2024 +0200
@@ -46,21 +46,21 @@
         )
 
     @pyqtSlot(str)
-    def on_nameEdit_textChanged(self, txt):
+    def on_nameEdit_textChanged(self, _txt):
         """
         Private slot to handle changes of the bookmark name.
 
-        @param txt text of the edit
+        @param _txt text of the edit (unused)
         @type str
         """
         self.__updateUI()
 
     @pyqtSlot(str)
-    def on_bookmarkCombo_editTextChanged(self, txt):
+    def on_bookmarkCombo_editTextChanged(self, _txt):
         """
         Private slot to handle changes of the selected bookmark.
 
-        @param txt name of the selected bookmark
+        @param _txt name of the selected bookmark (unused)
         @type str
         """
         self.__updateUI()

eric ide

mercurial