mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
removed unused variable
This commit is contained in:
@ -426,7 +426,6 @@ def process_repo(
|
|||||||
|
|
||||||
prs = repo.get_pulls(state="closed")
|
prs = repo.get_pulls(state="closed")
|
||||||
|
|
||||||
n_good_prs = 0
|
|
||||||
with tqdm(
|
with tqdm(
|
||||||
total=prs.totalCount,
|
total=prs.totalCount,
|
||||||
desc=f"Processing prs of {repo_name}",
|
desc=f"Processing prs of {repo_name}",
|
||||||
|
Reference in New Issue
Block a user