Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 9, 2025
1 parent 33aae58 commit 62a8b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/api/collaboration.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def _unit_from_name(unit_name: str, organisation_id: int):
raise BadRequest(f"Unit with name {unit_name} and organisation {organisation_id} does not exists")
return unit


@collaboration_api.route("/admins/<service_id>", strict_slashes=False)
@json_endpoint
def collaboration_admins(service_id):
Expand Down

0 comments on commit 62a8b40

Please sign in to comment.