Skip to content

Commit

Permalink
moved yml file one level up
Browse files Browse the repository at this point in the history
  • Loading branch information
uchendui committed Sep 21, 2023
1 parent 62525d8 commit 033838a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/contributors/update_contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ def main(_):
contributors = contributors_data['contributors']

contributor_logins = []

for contrib in contributors:
user_to_name_dict[contrib['login']] = contrib['name']

contributor_logins.append(contrib['login'])
contributor_logins_set = set(contributor_logins)

# Perform the set subtraction
Expand Down

0 comments on commit 033838a

Please sign in to comment.