src/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
--- a/src/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.py	Mon Feb 24 15:43:49 2025 +0100
@@ -472,7 +472,7 @@
         """
         return QModelIndex()
 
-    def columnCount(self, parent=None):  # noqa: U100
+    def columnCount(self, parent=None):  # noqa: U-100
         """
         Public Qt slot to get the column count.
 
@@ -483,7 +483,7 @@
         """
         return 1
 
-    def rowCount(self, parent=None):  # noqa: U100
+    def rowCount(self, parent=None):  # noqa: U-100
         """
         Public Qt slot to get the row count.
 

eric ide

mercurial