Skip to content

Commit

Permalink
Update update_team.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyassesalama committed Dec 5, 2024
1 parent d4da8e3 commit 64c9097
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update_team.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ def main():
contributors = get_contributors()
if collaborators is not None and contributors is not None:
update_team_data(collaborators, contributors)
else:
raise Exception("Failed to fetch collaborators or contributors.")


if __name__ == "__main__":
Expand Down

0 comments on commit 64c9097

Please sign in to comment.