diff --git a/bookwyrm/storage_backends.py b/bookwyrm/storage_backends.py index 237d164b0..6e821444e 100644 --- a/bookwyrm/storage_backends.py +++ b/bookwyrm/storage_backends.py @@ -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) \ No newline at end of file + return super(ImagesStorage, self)._save(name, content_autoclose)