--- a/src/eric7/QScintilla/ShellWindow.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/QScintilla/ShellWindow.py Tue Apr 23 11:26:04 2024 +0200 @@ -1538,11 +1538,11 @@ self.__sbZoom.setValue(0) @pyqtSlot(ShellHistoryStyle) - def __historyStyleChanged(self, historyStyle): + def __historyStyleChanged(self, _historyStyle): """ Private slot to handle a change of the shell history style. - @param historyStyle style to be used for the history + @param _historyStyle style to be used for the history (unused) @type ShellHistoryStyle """ enabled = self.__shell.isHistoryEnabled()