src/eric7/UI/Previewer.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r 47be220abdaf -r 779cda568acb src/eric7/UI/Previewer.py
--- a/src/eric7/UI/Previewer.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/UI/Previewer.py	Sat Apr 20 18:01:36 2024 +0200
@@ -128,11 +128,11 @@
         """
         self.__editorChanged(editor)
 
-    def __editorTextChanged(self, editor):  # noqa: U100
+    def __editorTextChanged(self, _editor):
         """
         Private slot to handle changes of an editor's text.
 
-        @param editor reference to the editor
+        @param _editor reference to the editor (unused)
         @type Editor
         """
         if self.isVisible():

eric ide

mercurial