mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
🚨 auto fix by pre-commit hooks
This commit is contained in:
parent
f89d677def
commit
3392abc413
@ -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]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user