--- a/src/eric7/UI/PythonDisViewer.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/UI/PythonDisViewer.py Sat Apr 20 18:01:36 2024 +0200 @@ -175,13 +175,13 @@ if editor and editor is self.__editor: self.__loadDIS() - def __editorLineChanged(self, editor, lineno): # noqa: U100 + def __editorLineChanged(self, editor, _lineno): """ Private slot to handle a mouse button double click in the editor. @param editor reference to the editor, that emitted the signal @type Editor - @param lineno line number of the editor's cursor (zero based) + @param _lineno line number of the editor's cursor (zero based) (unused) @type int """ if editor is self.__editor: