src/eric7/WebBrowser/Bookmarks/BookmarksImportDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- 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()

eric ide

mercurial