Skip to content

Commit

Permalink
fix: reformatted using black
Browse files Browse the repository at this point in the history
  • Loading branch information
kaditya97 committed Nov 24, 2023
1 parent 009023d commit 1965f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/services/team_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def delete_team(team_id: int):
else:
return {
"Error": "Team has projects, cannot be deleted",
"SubCode": "This team has projects associated. Before deleting a team, unlink any associated projects."
"SubCode": "This team has projects associated. Before deleting team, unlink any associated projects.",
}, 400

@staticmethod
Expand Down

0 comments on commit 1965f37

Please sign in to comment.