Remove redundant imports

This commit is contained in:
Phil
2025-12-28 21:31:52 +00:00
committed by GitHub
parent b735ad12fd
commit 6926aabd62

View File

@@ -6,10 +6,9 @@ Only adds languages with >=80% completion to en.json.
"""
import json
import logging
import os
import sys
from pathlib import Path
from typing import Dict, List, Optional, Tuple
from typing import Dict, List, Optional
import requests
from babel import Locale, UnknownLocaleError