GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-06-15 11:10:26 +00:00
parent a1b43527be
commit 09a9554c45

View File

@@ -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)