RefactoringRope/GetterSetterDialog.py

branch
eric7
changeset 413
a4cba20ad7ab
parent 412
6fa5892b9097
child 426
7592a1c052e8
--- a/RefactoringRope/GetterSetterDialog.py	Sat Dec 23 15:48:55 2023 +0100
+++ b/RefactoringRope/GetterSetterDialog.py	Sat Dec 23 17:58:35 2023 +0100
@@ -87,7 +87,7 @@
         self.__previewButton.setEnabled(enable)
 
     @pyqtSlot(str)
-    def on_getterEdit_textChanged(self, text):
+    def on_getterEdit_textChanged(self, text):  # noqa: U100
         """
         Private slot to react to changes of the getter method.
 
@@ -97,7 +97,7 @@
         self.__updateUI()
 
     @pyqtSlot(str)
-    def on_setterEdit_textChanged(self, text):
+    def on_setterEdit_textChanged(self, text):  # noqa: U100
         """
         Private slot to react to changes of the setter method.
 

eric ide

mercurial