Code style fix

This commit is contained in:
Sean Whalen
2022-06-20 10:00:53 -04:00
parent 9381381f40
commit 3850c7bdc4
+2 -1
View File
@@ -12,7 +12,8 @@ logger = logging.getLogger("parsedmarc")
class S3Client(object):
"""A client for a Amazon S3"""
def __init__(self, bucket_name, bucket_path, region_name, endpoint_url, access_key_id, secret_access_key):
def __init__(self, bucket_name, bucket_path, region_name, endpoint_url,
access_key_id, secret_access_key):
"""
Initializes the S3Client
Args: