Fix indentation issue

This commit is contained in:
Imdad Ahad
2016-09-07 11:03:16 +01:00
parent 840b99b277
commit 94708bdee8

View File

@@ -161,8 +161,6 @@ def send_email(self, service_id,
created_at, created_at,
api_key_id=None, api_key_id=None,
key_type=KEY_TYPE_NORMAL): key_type=KEY_TYPE_NORMAL):
notification = encryption.decrypt(encrypted_notification) notification = encryption.decrypt(encrypted_notification)
service = dao_fetch_service_by_id(service_id) service = dao_fetch_service_by_id(service_id)