src/eric7/PdfViewer/PdfToCWidget.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r 47be220abdaf -r 779cda568acb src/eric7/PdfViewer/PdfToCWidget.py
--- a/src/eric7/PdfViewer/PdfToCWidget.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/PdfViewer/PdfToCWidget.py	Sat Apr 20 18:01:36 2024 +0200
@@ -26,11 +26,11 @@
         """
         super().__init__(parent)
 
-    def columnCount(self, index):  # noqa: U100
+    def columnCount(self, _index):
         """
         Public method to define the number of columns to be shown.
 
-        @param index index of the element
+        @param _index index of the element (unused)
         @type QModelIndex
         @return column count (always 2)
         @rtype int

eric ide

mercurial