--- 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):