Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Nov 5, 2024
1 parent d1fecb2 commit 010a326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/bin/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_request_json(url: str, headers: dict, retries: int = 3, delay: float = 2
raise ValueError("Response content is not valid JSON") from e

# Return None if all retries are exhausted and no response is received
return None
return {}


def format_date(date: str) -> str:
Expand Down

0 comments on commit 010a326

Please sign in to comment.