mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-21 13:34:43 +00:00
Don't return content
This commit is contained in:
parent
4ab5aadec6
commit
a7cf79290c
1 changed files with 0 additions and 2 deletions
|
|
@ -104,8 +104,6 @@ class SpecFileGenerator(object):
|
|||
storage = self.storage or source_file.storage
|
||||
storage.save(filename, content)
|
||||
|
||||
return content
|
||||
|
||||
def invalidate(self, file):
|
||||
return self.cache_state_backend.invalidate(file)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue