Skip to content

Commit 790eba5

Browse files
committed
ruff
1 parent d889aca commit 790eba5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dojo/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4695,6 +4695,7 @@ def __str__(self):
46954695
def default_expiration():
46964696
return timezone.now() + timedelta(days=7)
46974697

4698+
46984699
class General_Survey(models.Model):
46994700
survey = models.ForeignKey(Engagement_Survey, on_delete=models.CASCADE)
47004701
num_responses = models.IntegerField(default=0)

0 commit comments

Comments
 (0)