Skip to content

Commit 8eb25e7

Browse files
authored
Placate psf/black
1 parent 6dd357a commit 8eb25e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/giphy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Can be fetched from https://developers.giphy.com/dashboard/
66

77

8-
def get_gifs(query: str, api_key : str = giphy_api_key) -> list:
8+
def get_gifs(query: str, api_key: str = giphy_api_key) -> list:
99
"""
1010
Get a list of URLs of GIFs based on a given query..
1111
"""

0 commit comments

Comments
 (0)