mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
fix typing issues
This commit is contained in:
@@ -214,7 +214,7 @@ class ThemeOptions(RenderCVBaseModelWithoutExtraKeys):
|
||||
),
|
||||
)
|
||||
color: pydantic_color.Color = pydantic.Field(
|
||||
default="rgb(0,79,144)",
|
||||
default="rgb(0,79,144)", # type: ignore
|
||||
validate_default=True,
|
||||
title="Primary Color",
|
||||
description=(
|
||||
|
||||
@@ -120,7 +120,7 @@ class EngineeringresumesThemeOptions(ThemeOptions):
|
||||
),
|
||||
)
|
||||
color: pydantic_color.Color = pydantic.Field(
|
||||
default="rgb(0,0,0)",
|
||||
default="rgb(0,0,0)", # type: ignore
|
||||
validate_default=True,
|
||||
title="Primary Color",
|
||||
description=(
|
||||
|
||||
Reference in New Issue
Block a user