Skip to content

Commit

Permalink
Change according to Zach's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Nov 8, 2021
1 parent d6fab58 commit 11ff2f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miqa/core/models/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class Evaluation(models.Model):
id = models.UUIDField(primary_key=True, default=uuid4, editable=False)
frame = models.OneToOneField(
'Frame',
null=False,
on_delete=models.CASCADE,
related_name='frame_evaluation',
)
Expand Down

0 comments on commit 11ff2f1

Please sign in to comment.