From 971d23c461d091b9cb467250d13887f15e234c2d Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sun, 3 Nov 2024 18:43:47 +0300 Subject: Use colormath2 instead of colormath (#3266) --- lib/threads/palette.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/threads/palette.py') 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 -- cgit v1.2.3