--- a/src/eric7/WebBrowser/Bookmarks/BookmarksImportDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/WebBrowser/Bookmarks/BookmarksImportDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -71,11 +71,11 @@ self.__enableNextButton() @pyqtSlot(str) - def on_filePicker_textChanged(self, txt): + def on_filePicker_textChanged(self, _txt): """ Private slot handling changes of the file to import bookmarks form. - @param txt text of the line edit + @param _txt text of the line edit (unused) @type str """ self.__enableNextButton()