code cleanup

This commit is contained in:
Jonas Winkler
2020-11-21 12:12:19 +01:00
parent b7fec4d355
commit 529cc04fd1
2 changed files with 2 additions and 0 deletions

View File

@@ -269,6 +269,7 @@ class Log(models.Model):
def __str__(self):
return self.message
# TODO: why is this in the models file?
class FileInfo: