This commit is contained in:
Joachim 2021-08-04 11:51:41 +02:00
parent 73fd098068
commit bf3175f8d5

View file

@ -46,4 +46,4 @@ class ImagesStorage(S3Boto3Storage): # pylint: disable=abstract-method
# Upload the object which will auto close the
# content_autoclose instance
return super(ImagesStorage, self)._save(name, content_autoclose)
return super(ImagesStorage, self)._save(name, content_autoclose)