Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim authored Nov 6, 2023
1 parent ccf4c80 commit 3e4a710
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/v2/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@


MEDIA_DIR = "{prefix}{{file_name}}".format(
prefix=os.environ.get("POKEAPI_SPRITES_PREFIX", "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/")
prefix=os.environ.get(
"POKEAPI_SPRITES_PREFIX",
"https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/"
)
)
IMAGE_DIR = os.getcwd() + "/data/v2/sprites/sprites/"
RESOURCE_IMAGES = []
Expand Down

0 comments on commit 3e4a710

Please sign in to comment.