mirror of
https://github.com/PaiGramTeam/python-genshin-artifact.git
synced 2024-11-16 04:35:36 +00:00
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:
parent
d8d4b1e34e
commit
39c05a4d14
@ -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("夜兰"))
|
||||
|
||||
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user