--- a/src/eric7/MicroPython/MicroPythonWindow.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/MicroPythonWindow.py Mon Apr 22 18:23:20 2024 +0200 @@ -359,11 +359,11 @@ return len(self.__editors) @pyqtSlot(QWidget, QWidget) - def __appFocusChanged(self, old, now): + def __appFocusChanged(self, _old, now): """ Private slot to track the application focus. - @param old reference to the widget loosing focus + @param _old reference to the widget loosing focus (unused) @type QWidget @param now reference to the widget gaining focus @type QWidget