Skip to content

Commit 908676f

Browse files
Merge pull request #80 from open-starlab/basketball_space_data_fix
Fix duplicate print statement in basketball_space_class
2 parents 026055b + e6f2ad1 commit 908676f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

preprocessing/sports/space_data/basketball/basketball_space_class.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,4 @@ def download_data(self):
159159

160160
os.remove(output_zip_path)
161161
print("delete the unecessary zip file")
162-
return print("Data downloaded finish") print("delete the unecessary zip file")
163-
return print("Data downloaded finish")
162+
return print("Data downloaded finish")

0 commit comments

Comments
 (0)