Skip to content

Commit

Permalink
fix: fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lombardoh committed Jul 14, 2023
1 parent eb95ffc commit 5394ff3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/utils/email_utility.py
Expand Up @@ -455,8 +455,9 @@ def send_copied_application_notification_to_sme(ses, application):
TemplateData=json.dumps(data),
)
return response.get("MessageId")

def send_upload_documents_notifications_to_FI(ses, email: str):


def send_upload_documents_notifications_to_FI(ses, email: str):
# todo refactor required when this function receives the user language
images_base_url = get_images_base_url()
data = {
Expand Down

0 comments on commit 5394ff3

Please sign in to comment.