We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d418306 commit b87e9adCopy full SHA for b87e9ad
readthedocs/storage/s3_storage.py
@@ -51,7 +51,7 @@ def __init__(self, *args, **kwargs):
51
)
52
53
54
-class S3StaticStorage(OverrideHostnameMixin, S3ManifestStaticStorage, S3Boto3Storage):
+class S3StaticStorage(OverrideHostnameMixin, S3ManifestStaticStorage, S3Boto3Storage): # pylint: disable=too-many-ancestors
55
56
"""
57
An AWS S3 Storage backend for static media.
0 commit comments