src/eric7/UI/PythonDisViewer.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/UI/PythonDisViewer.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/UI/PythonDisViewer.py	Thu May 25 19:51:47 2023 +0200
@@ -175,7 +175,7 @@
         if editor and editor is self.__editor:
             self.__loadDIS()
 
-    def __editorLineChanged(self, editor, lineno):
+    def __editorLineChanged(self, editor, lineno):  # noqa: U100
         """
         Private slot to handle a mouse button double click in the editor.
 

eric ide

mercurial