diff -r 47be220abdaf -r 779cda568acb src/eric7/WebBrowser/WebBrowserTabBar.py --- a/src/eric7/WebBrowser/WebBrowserTabBar.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/WebBrowser/WebBrowserTabBar.py Sat Apr 20 18:01:36 2024 +0200 @@ -170,11 +170,11 @@ return super().event(evt) - def tabRemoved(self, index): # noqa: U100 + def tabRemoved(self, _index): """ Public slot to handle the removal of a tab. - @param index index of the removed tab + @param _index index of the removed tab (unused) @type int """ if Preferences.getWebBrowser("ShowPreview"):