src/eric7/Testing/TestResultsTree.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10694
f46c1e224e8a
child 11000
f8371a2dd08f
--- a/src/eric7/Testing/TestResultsTree.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/Testing/TestResultsTree.py	Sat Apr 20 18:01:36 2024 +0200
@@ -514,7 +514,7 @@
 
         self.header().sortIndicatorChanged.connect(self.sortByColumn)
         self.header().sortIndicatorChanged.connect(
-            lambda col, order: self.header().setSortIndicatorShown(True)  # noqa: U100
+            lambda _col, _order: self.header().setSortIndicatorShown(True)
         )
 
     def reset(self):

eric ide

mercurial