black formatting

This commit is contained in:
Markos Gogoulos 2024-10-02 12:53:48 +03:00
parent 5fe4d3a9fc
commit 0151e834a1
2 changed files with 2 additions and 3 deletions

View File

@ -34,7 +34,6 @@ class BaseFineUploader(object):
self.storage_class = settings.FILE_STORAGE
self.real_path = None
@property
def finished(self):
return self.real_path is not None