removed unused variable

This commit is contained in:
Karma Riuk
2025-05-21 09:33:31 +02:00
parent f1e8b896bb
commit 9ced42b6c4

View File

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