flake8 fix

This commit is contained in:
Jon Michaelchuck 2018-11-27 08:32:30 -08:00
parent 009b02bcd5
commit d29869bf9b

View File

@ -179,6 +179,7 @@ class InvalidStorageClass(S3ClientError):
"The storage class you specified is not valid",
*args, **kwargs)
class DuplicateTagKeys(S3ClientError):
code = 400