style: format code with Black

This commit fixes the style issues introduced in d8d4b1e according to the output
from Black.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2023-12-21 09:00:40 +00:00 committed by GitHub
parent d8d4b1e34e
commit 39c05a4d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View File

@ -26,5 +26,3 @@ for skill_map3 in character.get("skill_map3"):
print(f"skill_map3 index {index} locale {locale[locale_index]}")
print(locale.index("夜兰"))

View File

@ -1,6 +1,11 @@
import json
from python_genshin_artifact import get_damage_analysis, gen_character_meta_as_json, gen_weapon_meta_as_json, \
gen_artifact_meta_as_json, gen_generate_locale_as_json
from python_genshin_artifact import (
get_damage_analysis,
gen_character_meta_as_json,
gen_weapon_meta_as_json,
gen_artifact_meta_as_json,
gen_generate_locale_as_json,
)
data = {
"character": {