src/eric7/WebBrowser/WebBrowserTabBar.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- 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"):

eric ide

mercurial