From ac91826f41cdca9eae89d0448302eccac420329f Mon Sep 17 00:00:00 2001 From: Dave North Date: Tue, 3 Oct 2017 09:34:09 -0400 Subject: [PATCH] style --- lambda/iam-notify-slack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lambda/iam-notify-slack.py b/lambda/iam-notify-slack.py index 2f22f33..224aa01 100644 --- a/lambda/iam-notify-slack.py +++ b/lambda/iam-notify-slack.py @@ -2,6 +2,7 @@ import os from slacker import Slacker + def send_to_slack(message, attachment, channel, key): status = True print("sending slack message " + message)