fix: format code

This commit is contained in:
Alessandro Pezzè 2021-10-25 19:27:41 +02:00
parent a5ac3fc7e1
commit bcd290be71

View file

@ -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"
),