Skip to content

Commit e63ce54

Browse files
committed
refactor: run black
1 parent 3e4a710 commit e63ce54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/v2/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
MEDIA_DIR = "{prefix}{{file_name}}".format(
3434
prefix=os.environ.get(
3535
"POKEAPI_SPRITES_PREFIX",
36-
"https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/"
36+
"https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/",
3737
)
3838
)
3939
IMAGE_DIR = os.getcwd() + "/data/v2/sprites/sprites/"

0 commit comments

Comments
 (0)