diff --git a/src/static/locale/verify_locale_files.py b/src/static/locale/verify_locale_files.py index b9e3fb4..c2a7a95 100644 --- a/src/static/locale/verify_locale_files.py +++ b/src/static/locale/verify_locale_files.py @@ -1,7 +1,4 @@ import json -import os.path - -from typing_extensions import deprecated active_languages = json.loads(open("active_languages.json", "r").read()) language_template = json.loads(open("language_template.json", "r").read())