--- a/src/eric7/WebBrowser/ZoomManager/ZoomValuesModel.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/WebBrowser/ZoomManager/ZoomValuesModel.py Thu May 25 19:51:47 2023 +0200 @@ -84,7 +84,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.