From 5fc5af4157c5562ba101c034a68ef35f542db54b Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:29:13 +0200 Subject: [PATCH] Update octosuite.py --- octosuite/octosuite.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/octosuite/octosuite.py b/octosuite/octosuite.py index 307847a..648b78b 100644 --- a/octosuite/octosuite.py +++ b/octosuite/octosuite.py @@ -223,8 +223,6 @@ def get_email_from_contributor(username, repo, contributor): email = re.search(r'<(.*)>', commit_details) if email: email = email.group(1) - json_output[contributor] = {} - json_output[contributor] = email return email