From 9ced42b6c4c32efa73c5b7a7156a08332fe26acc Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Wed, 21 May 2025 09:33:31 +0200 Subject: [PATCH] removed unused variable --- pull_requests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pull_requests.py b/pull_requests.py index 5c90056..c94cc5f 100644 --- a/pull_requests.py +++ b/pull_requests.py @@ -426,7 +426,6 @@ def process_repo( prs = repo.get_pulls(state="closed") - n_good_prs = 0 with tqdm( total=prs.totalCount, desc=f"Processing prs of {repo_name}",