Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed May 13, 2024
1 parent bc0567d commit 023d440
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ def fetch_show_episode_data(


@dlt.source
def spotify_shows(
client_id: str = dlt.secrets.value, client_secret: str = dlt.secrets.value
):
def spotify_shows(client_id: str = dlt.secrets.value, client_secret: str = dlt.secrets.value):
access_token: str = get_spotify_access_token(client_id, client_secret)
params: Dict[str, Any] = {"limit": 50}
for show in fields(Shows):
Expand Down

0 comments on commit 023d440

Please sign in to comment.