From 74d0471a6fea2f77bc9ac1411b52e709306c3cb3 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sat, 23 Nov 2024 13:23:50 +0800 Subject: [PATCH] Update verify_locale_files.py --- src/static/locale/verify_locale_files.py | 3 --- 1 file changed, 3 deletions(-) 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())