--- a/src/eric7/Project/ProjectBrowser.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Project/ProjectBrowser.py Sat Apr 20 18:01:36 2024 +0200 @@ -472,11 +472,11 @@ else: self.vcsStatusIndicator.setToolTip(self.vcsStatusText[state]) - def __vcsStatusIndicatorClicked(self, pos): # noqa: U100 + def __vcsStatusIndicatorClicked(self, _pos): """ Private slot to react upon clicks on the VCS indicator LED. - @param pos position of the click + @param _pos position of the click (unused) @type QPoint """ vcs = self.project.getVcs()