src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py

branch
eric7
changeset 10069
435cc5875135
parent 9758
6d24ab9c0404
child 10212
68b6b5127363
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py
--- a/src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py	Thu May 25 19:51:47 2023 +0200
@@ -466,7 +466,7 @@
 
         return newIndex
 
-    def __captionChange(self, cap, editor):
+    def __captionChange(self, cap, editor):  # noqa: U100
         """
         Private slot to handle Caption change signals from the editor.
 
@@ -1125,7 +1125,7 @@
         self._modificationStatusChanged(editor.isModified(), editor)
         self._checkActions(editor)
 
-    def _showView(self, win, fn=None):
+    def _showView(self, win, fn=None):  # noqa: U100
         """
         Protected method to show a view (i.e. window).
 

eric ide

mercurial