Skip to content

Commit

Permalink
refactor: run black
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Nov 6, 2023
1 parent 3e4a710 commit e63ce54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/v2/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
MEDIA_DIR = "{prefix}{{file_name}}".format(
prefix=os.environ.get(
"POKEAPI_SPRITES_PREFIX",
"https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/"
"https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/",
)
)
IMAGE_DIR = os.getcwd() + "/data/v2/sprites/sprites/"
Expand Down

0 comments on commit e63ce54

Please sign in to comment.