blackkkkkk

This commit is contained in:
Julien Constant
2023-09-07 14:04:52 +02:00
parent 2e4c85ce30
commit 4477390063
2 changed files with 5 additions and 6 deletions

View File

@@ -535,7 +535,7 @@ class Counter(models.Model):
.exclude(perm_sum=None)
.order_by("-perm_sum")
)
def get_stats_starting_date(self) -> date:
return get_start_of_semester()