Format code (#227)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-05-05 14:18:51 +08:00 committed by GitHub
parent 15519de5e5
commit 4027928a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ class I18nAuto:
self.language_map = load_language_list(language)
def __call__(self, key):
return self.language_map.get(key,key)
return self.language_map.get(key, key)