chore: ruff

This commit is contained in:
2026-06-12 00:34:02 +02:00
parent 01bcc71e58
commit 3a90815463
3 changed files with 71 additions and 0 deletions
+3
View File
@@ -8,3 +8,6 @@ class Score(models.Model):
class Meta:
ordering = ["-points"]
def __str__(self) -> str:
return f"{self.username}: {self.points}"