chore: ruff
This commit is contained in:
@@ -8,3 +8,6 @@ class Score(models.Model):
|
||||
|
||||
class Meta:
|
||||
ordering = ["-points"]
|
||||
|
||||
def __str__(self) -> str:
|
||||
return f"{self.username}: {self.points}"
|
||||
|
||||
Reference in New Issue
Block a user