more pragma omg

This commit is contained in:
svlandeg 2026-03-13 11:31:01 +01:00
parent 926156f360
commit 4f4491a14e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Undefined = PydanticUndefined
try:
from pydantic_extra_types.color import Color
except ImportError:
from pydantic.color import ( # type: ignore[assignment]
from pydantic.color import ( # type: ignore[assignment] # pragma: no cover
Color, # noqa: F401 # pragma: no cover
)