src/eric7/Tasks/Task.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/Tasks/Task.py
--- a/src/eric7/Tasks/Task.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/Tasks/Task.py	Fri Nov 04 13:52:26 2022 +0100
@@ -15,8 +15,8 @@
 from PyQt6.QtCore import Qt, QUuid
 from PyQt6.QtWidgets import QTreeWidgetItem
 
+from eric7 import Preferences
 from eric7.EricGui import EricPixmapCache
-from eric7 import Preferences
 
 
 class TaskType(enum.IntEnum):

eric ide

mercurial