mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update generate_map.py
This commit is contained in:
6
.github/generate_map.py
vendored
6
.github/generate_map.py
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user