diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/Testing/TestResultsTree.py --- a/src/eric7/Testing/TestResultsTree.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/Testing/TestResultsTree.py Fri Nov 04 13:52:26 2022 +0100 @@ -16,21 +16,20 @@ from operator import attrgetter from PyQt6.QtCore import ( - pyqtSignal, - pyqtSlot, - Qt, QAbstractItemModel, QCoreApplication, QModelIndex, QPoint, + Qt, + pyqtSignal, + pyqtSlot, ) from PyQt6.QtGui import QBrush, QColor from PyQt6.QtWidgets import QMenu, QTreeView +from eric7 import Preferences from eric7.EricWidgets.EricApplication import ericApp -from eric7 import Preferences - from .Interfaces.TestExecutorBase import TestResultCategory TopLevelId = 2**32 - 1