--- a/src/eric7/UI/PythonAstViewer.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/UI/PythonAstViewer.py Sat Apr 20 18:01:36 2024 +0200 @@ -102,13 +102,13 @@ if editor and editor is self.__editor: self.__loadAST() - def __editorDoubleClicked(self, editor, pos, buttons): # noqa: U100 + def __editorDoubleClicked(self, editor, _pos, buttons): """ 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 pos position of the double click + @param _pos position of the double click (unused) @type QPoint @param buttons mouse buttons that were double clicked @type Qt.MouseButton