Skip to content
Snippets Groups Projects
Commit fd735e3f authored by jtimotei's avatar jtimotei
Browse files

Fix lint warning

parent 73451a8a
Branches test/add-api-tests
No related tags found
1 merge request!26Premade feedback merge
Pipeline #18192 passed
......@@ -170,4 +170,3 @@ class MultipleChoice(Resource):
return dict(status=200, mult_choice_id=id, feedback_id=mult_choice.feedback_id,
message=f'Multiple choice question with id {id} deleted.'
+ f'Feedback option with id {mult_choice.feedback_id} deleted.'), 200
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment