From 0809a7758f7e201d10c88d6f95fd86085a57e65d Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 29 Mar 2025 00:31:09 -0500 Subject: fix pylint errors --- nba/fetch_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nba/fetch_data.py') 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 -- cgit v1.2.3-70-g09d2