Skip to content

Commit d3ddf1a

Browse files
committed
Fix linter error, again
1 parent b87e9ad commit d3ddf1a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readthedocs/storage/s3_storage.py

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

5353

54-
class S3StaticStorage(OverrideHostnameMixin, S3ManifestStaticStorage, S3Boto3Storage): # pylint: disable=too-many-ancestors
54+
class S3StaticStorage(
55+
OverrideHostnameMixin,
56+
S3ManifestStaticStorage,
57+
S3Boto3Storage
58+
): # pylint: disable=too-many-ancestors
5559

5660
"""
5761
An AWS S3 Storage backend for static media.

0 commit comments

Comments
 (0)