--- 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()