src/eric7/UI/Previewer.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/UI/Previewer.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/UI/Previewer.py	Thu May 25 19:51:47 2023 +0200
@@ -128,7 +128,7 @@
         """
         self.__editorChanged(editor)
 
-    def __editorTextChanged(self, editor):
+    def __editorTextChanged(self, editor):  # noqa: U100
         """
         Private slot to handle changes of an editor's text.
 

eric ide

mercurial