style: Fix a few minor style issues

This commit is contained in:
James Graham
2020-04-02 19:09:28 +01:00
parent 63e06d812d
commit 224a92f42e
4 changed files with 16 additions and 7 deletions

View File

@@ -175,5 +175,3 @@ class Person(models.Model):
def __str__(self) -> str:
return self.name