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