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}",