diff options
Diffstat (limited to 'nba/fetch_data.py')
-rw-r--r-- | nba/fetch_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nba/fetch_data.py b/nba/fetch_data.py index bba3a59..71cac33 100644 --- a/nba/fetch_data.py +++ b/nba/fetch_data.py @@ -25,4 +25,4 @@ def fetch_data() -> tuple: games = json.loads(games_json) standings = json.loads(standings_json) - return games, standings
\ No newline at end of file + return games, standings |