From d12eabab3089de8613cdeddce3ca96cbd40424bf Mon Sep 17 00:00:00 2001 From: jmeridth Date: Thu, 19 Sep 2024 14:27:14 -0500 Subject: [PATCH] fix: too many arguments to write_to_json Had too many arguments in write_to_json call Signed-off-by: jmeridth --- issue_metrics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/issue_metrics.py b/issue_metrics.py index d9aaf9a..e6b84f8 100644 --- a/issue_metrics.py +++ b/issue_metrics.py @@ -403,7 +403,6 @@ def main(): num_issues_closed, num_mentor_count, search_query, - report_title, output_file, )