summaryrefslogtreecommitdiff
path: root/lib/threads
diff options
context:
space:
mode:
Diffstat (limited to 'lib/threads')
-rw-r--r--lib/threads/palette.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/threads/palette.py b/lib/threads/palette.py
index ebb6b339..e303f09f 100644
--- a/lib/threads/palette.py
+++ b/lib/threads/palette.py
@@ -5,9 +5,9 @@
from collections.abc import Set
-from colormath.color_conversions import convert_color
-from colormath.color_diff import delta_e_cie1994
-from colormath.color_objects import LabColor, sRGBColor
+from colormath2.color_conversions import convert_color
+from colormath2.color_diff import delta_e_cie1994
+from colormath2.color_objects import LabColor, sRGBColor
from .color import ThreadColor