🚨 auto fix by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2025-09-09 12:48:37 +00:00
parent f89d677def
commit 3392abc413

View File

@ -123,9 +123,7 @@ class EChartsData(BaseChartData):
)
"""用于 set_option 的原始覆盖选项"""
background_image: str | None = Field(
None, description="用于横向柱状图的背景图片"
)
background_image: str | None = Field(None, description="用于横向柱状图的背景图片")
"""用于横向柱状图的背景图片"""
def build_option(self) -> dict[str, Any]: