Skip to content

Commit

Permalink
refactor: disable abstract-method lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jan 18, 2024
1 parent e868334 commit ad4db58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prophecies/core/storages/s3_media_storage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from storages.backends.s3boto3 import S3Boto3Storage


# pylint: disable=abstract-method
class S3MediaStorage(S3Boto3Storage):
location = "private"
default_acl = "private"
Expand Down

0 comments on commit ad4db58

Please sign in to comment.