SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.py

branch
eric7
changeset 61
4cd8dfb2c924
parent 60
44349feb5af7
child 64
81223040f8ef
diff -r 44349feb5af7 -r 4cd8dfb2c924 SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.py
--- a/SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.py	Sat Dec 23 15:48:59 2023 +0100
+++ b/SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.py	Sat Dec 23 18:14:27 2023 +0100
@@ -49,7 +49,7 @@
         )
 
     @pyqtSlot(str)
-    def on_titleEdit_textChanged(self, txt):
+    def on_titleEdit_textChanged(self, txt):  # noqa: U100
         """
         Private slot to react on changes of the title.
 
@@ -59,7 +59,7 @@
         self.__updateOkButton()
 
     @pyqtSlot(str)
-    def on_stringEdit_textChanged(self, txt):
+    def on_stringEdit_textChanged(self, txt):  # noqa: U100
         """
         Private slot to react on changes of the string.
 

eric ide

mercurial