src/eric7/Preferences/SubstyleDefinitionDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Preferences/SubstyleDefinitionDialog.py
--- a/src/eric7/Preferences/SubstyleDefinitionDialog.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/Preferences/SubstyleDefinitionDialog.py	Tue Apr 23 11:26:04 2024 +0200
@@ -64,11 +64,11 @@
         )
 
     @pyqtSlot(str)
-    def on_descriptionEdit_textChanged(self, txt):
+    def on_descriptionEdit_textChanged(self, _txt):
         """
         Private slot handling changes of the description.
 
-        @param txt text of the description
+        @param _txt text of the description (unused)
         @type str
         """
         self.__updateOk()

eric ide

mercurial