Skip to content

Commit

Permalink
silencing pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
pschrammel committed Jun 27, 2024
1 parent 3fe0f2b commit 9aa9bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thumbor_aws/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"AWS Storage",
)


class Storage(storages.BaseStorage, S3Client):
def __init__(self, context):
S3Client.__init__(self, context)
Expand Down

0 comments on commit 9aa9bf7

Please sign in to comment.