Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr authored Nov 1, 2024
1 parent 6972b37 commit 14291ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/assessment/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def save(self, *args, **kwargs):
if is_creating or self.status != old_status:
signals.userassessment_status_updated.send_robust(instance=self, sender=self.__class__)

return _instance
return _instance



Expand Down

0 comments on commit 14291ba

Please sign in to comment.