Skip to content

Commit

Permalink
Delete unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
keigohtr committed Jan 24, 2019
1 parent 1fedc08 commit 9b0079f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drucker_dashboard/apis/api_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ def delete(self, application_id:int, evaluation_id:int):
return {"status": False, "message": "Not Found."}, 404

eval_query.delete()
db.session.query(EvaluationResult)\
.filter(EvaluationResult.evaluation_id == evaluation_id).delete()
db.session.commit()
db.session.close()

Expand Down

0 comments on commit 9b0079f

Please # to comment.