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

branch
eric7
changeset 10690
fab36645aa7d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py	Mon Apr 22 18:23:20 2024 +0200
@@ -53,11 +53,11 @@
         self.__updateOk()
 
     @pyqtSlot(int)
-    def on_phaseCombo_activated(self, index):
+    def on_phaseCombo_activated(self, _index):
         """
         Private slot to react upon changes of the phase.
 
-        @param index index of the selected entry
+        @param _index index of the selected entry (unused)
         @type int
         """
         self.__updateOk()

eric ide

mercurial