From 975b25f2f66acaee763af283f9c9670f9c7be861 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Tue, 20 May 2025 09:58:55 +0200 Subject: [PATCH] removed print statements --- pull_requests.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pull_requests.py b/pull_requests.py index 36c2143..1cec0c7 100644 --- a/pull_requests.py +++ b/pull_requests.py @@ -675,11 +675,5 @@ if __name__ == "__main__": else: process_repos(df, dataset, args.repos, args.archive_destination, cache) finally: - print("") - print("") - print("") - print("") - print("") - print("") print(f"Writing dataset to {args.output}") dataset.to_json(args.output)