Skip to content

Commit 3e4a710

Browse files
authored
refactor: format
1 parent ccf4c80 commit 3e4a710

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

data/v2/build.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131

3232

3333
MEDIA_DIR = "{prefix}{{file_name}}".format(
34-
prefix=os.environ.get("POKEAPI_SPRITES_PREFIX", "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/")
34+
prefix=os.environ.get(
35+
"POKEAPI_SPRITES_PREFIX",
36+
"https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/"
37+
)
3538
)
3639
IMAGE_DIR = os.getcwd() + "/data/v2/sprites/sprites/"
3740
RESOURCE_IMAGES = []

0 commit comments

Comments
 (0)