From 09a9554c450dbad80993019a55ba012b6192a89f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 11:10:26 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- .github/generate_map.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/generate_map.py b/.github/generate_map.py index ffa1168f9..aa7988e93 100644 --- a/.github/generate_map.py +++ b/.github/generate_map.py @@ -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)