From 309ca649cc4575b35fc318282b0d3efdec9fe2d6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 Jun 2025 13:25:40 +0200 Subject: [PATCH] Update generate_map.py --- .github/generate_map.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/generate_map.py b/.github/generate_map.py index cf8e251dd..3b9026336 100644 --- a/.github/generate_map.py +++ b/.github/generate_map.py @@ -6,7 +6,11 @@ stargazers that come from each country. The script maintains a CSV up once (unless the country entry is blank). """ -import csv, os, time, sys, json, requests +import csv +import os +import time +import sys +import requests from collections import Counter from pathlib import Path