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

branch
eric7
changeset 10690
fab36645aa7d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py	Mon Apr 22 18:23:20 2024 +0200
@@ -61,11 +61,11 @@
         self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enabled)
 
     @pyqtSlot(str)
-    def on_patchFilePicker_textChanged(self, txt):
+    def on_patchFilePicker_textChanged(self, _txt):
         """
         Private slot to react on changes of the patch file edit.
 
-        @param txt contents of the line edit
+        @param _txt contents of the line edit (unused)
         @type str
         """
         self.__updateOK()

eric ide

mercurial