src/eric7/PdfViewer/PdfToCWidget.py

branch
eric7
changeset 10069
435cc5875135
parent 9722
63135ab601e7
child 10439
21c28b0f9e41
--- a/src/eric7/PdfViewer/PdfToCWidget.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/PdfViewer/PdfToCWidget.py	Thu May 25 19:51:47 2023 +0200
@@ -26,7 +26,7 @@
         """
         super().__init__(parent)
 
-    def columnCount(self, index):
+    def columnCount(self, index):  # noqa: U100
         """
         Public method to define the number of columns to be shown.
 

eric ide

mercurial