codestyle

This commit is contained in:
jonaswinkler 2021-02-09 20:46:41 +01:00
parent ee09266e65
commit 7d1ab9f0d9

View File

@ -279,7 +279,6 @@ class Document(models.Model):
else:
return None
@property
def archive_file(self):
return open(self.archive_path, "rb")