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