Skip to content

Commit

Permalink
refactor: remove newline character in app/api/resources/mentorship_re…
Browse files Browse the repository at this point in the history
…lation.py (#997)
  • Loading branch information
LucasSD authored Feb 15, 2021
1 parent 1ab3b51 commit 1765e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/resources/mentorship_relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class GetAllMyMentorshipRelation(Resource):
HTTPStatus.UNAUTHORIZED,
f"{messages.TOKEN_HAS_EXPIRED}\n"
f"{messages.TOKEN_IS_INVALID}\n"
f"{messages.AUTHORISATION_TOKEN_IS_MISSING}\n",
f"{messages.AUTHORISATION_TOKEN_IS_MISSING}",
)
@mentorship_relation_ns.marshal_list_with(
mentorship_request_response_body,
Expand Down

0 comments on commit 1765e56

Please sign in to comment.