ramp_database.tools.event.delete_submission_similarity

ramp_database.tools.event.delete_submission_similarity(session, submission_id)

Delete the submission similarity associated with a submission.

Parameters
sessionsqlalchemy.orm.Session

The session to directly perform the operation on the database.

submission_id: int

The id of the submission to use.