src/eric7/Debugger/WatchPointModel.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11037
adfda913834a
diff -r 47be220abdaf -r 779cda568acb src/eric7/Debugger/WatchPointModel.py
--- a/src/eric7/Debugger/WatchPointModel.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/Debugger/WatchPointModel.py	Sat Apr 20 18:01:36 2024 +0200
@@ -192,11 +192,11 @@
 
         return self.createIndex(row, column, self.watchpoints[row])
 
-    def parent(self, index):  # noqa: U100
+    def parent(self, _index):
         """
         Public method to get the parent index.
 
-        @param index index of item to get parent
+        @param _index index of item to get parent (unused)
         @type QModelIndex
         @return index of parent
         @rtype QModelIndex

eric ide

mercurial