mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
some code review feedback
This commit is contained in:
@@ -7,8 +7,7 @@ from app.s3_client.s3_logo_client import get_s3_object
|
||||
def get_mou():
|
||||
bucket = current_app.config['MOU_BUCKET_NAME']
|
||||
filename = 'agreement.pdf'
|
||||
attachment_filename = 'U.S. Notify data sharing and financial agreement.pdf'.format(
|
||||
)
|
||||
attachment_filename = 'U.S. Notify data sharing and financial agreement.pdf'
|
||||
try:
|
||||
key = get_s3_object(bucket, filename)
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user