Skip to content

Commit

Permalink
formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
primetheus committed Aug 18, 2023
1 parent c1ef637 commit 250c611
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,13 +315,7 @@ def sync_all_teams():
org = client.organization(i.account["login"])
for team in org.teams():
futures.append(
exe.submit(
sync_team_helper,
team,
custom_map,
client,
org,
)
exe.submit(sync_team_helper, team, custom_map, client, org)
)
except Exception as e:
print(f"DEBUG: {e}")
Expand Down

0 comments on commit 250c611

Please sign in to comment.