From 14291ba34ae314e5c473ee3d89c1bb9d33ae3b58 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Fri, 1 Nov 2024 15:37:29 -0400 Subject: [PATCH] Update models.py --- breathecode/assessment/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breathecode/assessment/models.py b/breathecode/assessment/models.py index a9ecd2266..0aa3e7d3a 100644 --- a/breathecode/assessment/models.py +++ b/breathecode/assessment/models.py @@ -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