From e6f2ad1c0a20b740a90e5c00bbd1675d184ad3f7 Mon Sep 17 00:00:00 2001 From: titouan Jeannot <155440919+leskimou@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:52:30 +0100 Subject: [PATCH] Fix duplicate print statement in basketball_space_class Removed duplicate print statement for data download completion. --- .../sports/space_data/basketball/basketball_space_class.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/preprocessing/sports/space_data/basketball/basketball_space_class.py b/preprocessing/sports/space_data/basketball/basketball_space_class.py index 7203b78..00abd5e 100644 --- a/preprocessing/sports/space_data/basketball/basketball_space_class.py +++ b/preprocessing/sports/space_data/basketball/basketball_space_class.py @@ -159,5 +159,4 @@ def download_data(self): os.remove(output_zip_path) print("delete the unecessary zip file") - return print("Data downloaded finish") print("delete the unecessary zip file") - return print("Data downloaded finish") \ No newline at end of file + return print("Data downloaded finish")