src/eric7/WebBrowser/Passwords/PasswordModel.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10436
f6881d10e995
--- a/src/eric7/WebBrowser/Passwords/PasswordModel.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/WebBrowser/Passwords/PasswordModel.py	Thu May 25 19:51:47 2023 +0200
@@ -101,7 +101,7 @@
         else:
             return self.__manager.sitesCount()
 
-    def columnCount(self, parent=None):
+    def columnCount(self, parent=None):  # noqa: U100
         """
         Public method to get the number of columns of the model.
 

eric ide

mercurial