mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 20:48:25 +00:00
fix: format code
This commit is contained in:
parent
a5ac3fc7e1
commit
bcd290be71
1 changed files with 1 additions and 3 deletions
|
@ -1414,9 +1414,7 @@ def _build_pokemons():
|
|||
),
|
||||
},
|
||||
"home": {
|
||||
"front_default": try_image_names(
|
||||
poke_sprites + home, info, "png"
|
||||
),
|
||||
"front_default": try_image_names(poke_sprites + home, info, "png"),
|
||||
"front_female": try_image_names(
|
||||
poke_sprites + home + "female/", info, "png"
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue