From 952bc3ba0632d0f7c08cc20e7a2d1330b6129a23 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 22 Dec 2024 08:10:46 -1000 Subject: [PATCH] fixes for newer webcolors, modern python --- flux_led/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux_led/utils.py b/flux_led/utils.py index e1fd9df7..22611d76 100644 --- a/flux_led/utils.py +++ b/flux_led/utils.py @@ -8,7 +8,7 @@ from typing import cast from collections.abc import Iterable -import webcolors +import webcolors # type: ignore[import-untyped] from .const import MAX_TEMP, MIN_TEMP