Skip to content

Commit b87e9ad

Browse files
committed
Fix linter error
1 parent d418306 commit b87e9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/storage/s3_storage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, *args, **kwargs):
5151
)
5252

5353

54-
class S3StaticStorage(OverrideHostnameMixin, S3ManifestStaticStorage, S3Boto3Storage):
54+
class S3StaticStorage(OverrideHostnameMixin, S3ManifestStaticStorage, S3Boto3Storage): # pylint: disable=too-many-ancestors
5555

5656
"""
5757
An AWS S3 Storage backend for static media.

0 commit comments

Comments
 (0)