fix import

This commit is contained in:
svlandeg 2026-03-13 11:03:09 +01:00
parent bbf15294eb
commit 171f062dd5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Undefined = PydanticUndefined
# pydantic.color.Color is deprecated since v2.0b3
try:
from pydantic_extra_types import Color
from pydantic_extra_types.color import Color
except ImportError:
from pydantic.color import Color # noqa: F401