style: Format Python script with linter

This commit is contained in:
Paul Gauthier (aider) 2025-03-12 13:52:44 -07:00
parent 59af4114dd
commit ae6192111d

View file

@ -2,9 +2,11 @@
import json
import os
import requests
from pathlib import Path
import sys
from pathlib import Path
import requests
def main():
# Path to the language definitions file
@ -73,5 +75,6 @@ def main():
print("All language tags processed")
if __name__ == "__main__":
main()