cleaning up code

This commit is contained in:
Hossein Shafagh 2020-10-16 09:49:00 -07:00
parent d73db59d23
commit 6aad37e1f9
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@
:license: Apache, see LICENSE for more details.
.. moduleauthor:: Kevin Glisson <kglisson@netflix.com>
"""
from flask import current_app
from .sts import sts_client
from botocore.exceptions import ClientError
from flask import current_app
from lemur.extensions import sentry
from .sts import sts_client
@sts_client("s3", service_type="resource")
def put(bucket_name, region, prefix, data, encrypt, **kwargs):