src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.py

branch
server
changeset 10704
27d21e5163b8
parent 10690
fab36645aa7d
child 11090
f5f5f5803935
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.py	Wed Apr 10 17:03:56 2024 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.py	Wed May 15 10:45:50 2024 +0200
@@ -44,21 +44,21 @@
         )
 
     @pyqtSlot(str)
-    def on_leftEdit_textChanged(self, txt):
+    def on_leftEdit_textChanged(self, _txt):
         """
         Private slot to handle a change of the text of the left side edit.
 
-        @param txt text of the line edit
+        @param _txt text of the line edit (unused)
         @type str
         """
         self.__updateOkButton()
 
     @pyqtSlot(str)
-    def on_rightEdit_textChanged(self, txt):
+    def on_rightEdit_textChanged(self, _txt):
         """
         Private slot to handle a change of the text of the right side edit.
 
-        @param txt text of the line edit
+        @param _txt text of the line edit (unused)
         @type str
         """
         self.__updateOkButton()

eric ide

mercurial