mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
12
.github/generate_map.py
vendored
12
.github/generate_map.py
vendored
@@ -104,12 +104,12 @@ def build_choropleth(percent_by_iso):
|
||||
)
|
||||
fig.update_layout(
|
||||
coloraxis_colorbar=dict(
|
||||
title="% stargazers",
|
||||
len=0.5,
|
||||
thickness=15,
|
||||
x=0.95,
|
||||
y=0.5,
|
||||
),
|
||||
title="% stargazers",
|
||||
len=0.5,
|
||||
thickness=15,
|
||||
x=0.95,
|
||||
y=0.5,
|
||||
),
|
||||
margin=dict(l=0, r=0, t=0, b=0),
|
||||
)
|
||||
PNG_PATH.parent.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
Reference in New Issue
Block a user