Sort methods and fix method name typo

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-14 01:03:28 -04:00
parent f561eb2f57
commit 8b073c3151
4 changed files with 54 additions and 49 deletions

View File

@@ -163,7 +163,7 @@ class DocumentVersion(models.Model):
if first_page:
return first_page.get_api_image_url(*args, **kwargs)
def get_intermidiate_file(self):
def get_intermediate_file(self):
cache_filename = self.cache_filename
logger.debug('Intermidiate filename: %s', cache_filename)