--- a/src/eric7/WebBrowser/WebBrowserTabBar.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/WebBrowser/WebBrowserTabBar.py Thu May 25 19:51:47 2023 +0200 @@ -164,7 +164,7 @@ return super().event(evt) - def tabRemoved(self, index): + def tabRemoved(self, index): # noqa: U100 """ Public slot to handle the removal of a tab.