--- a/src/eric7/VCS/StatusMonitorLed.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/VCS/StatusMonitorLed.py Sat Apr 20 18:01:36 2024 +0200 @@ -163,11 +163,11 @@ """ self.__vcsClean = state == " " - def __ledClicked(self, pos): # noqa: U100 + def __ledClicked(self, _pos): """ Private slot to react upon clicks on the LED. - @param pos position of the click + @param _pos position of the click (unused) @type QPoint """ if self.__on: