From 69122a5454c74bbbb37789e6f8310c9e32d6a7d8 Mon Sep 17 00:00:00 2001 From: "Nicholas O. Wilburn" Date: Thu, 14 Sep 2017 15:43:39 -0700 Subject: [PATCH] Remove trailing whitespace --- awx/main/notifications/mattermost_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/notifications/mattermost_backend.py b/awx/main/notifications/mattermost_backend.py index 0873cbe2a7..5e9b2208c5 100644 --- a/awx/main/notifications/mattermost_backend.py +++ b/awx/main/notifications/mattermost_backend.py @@ -18,7 +18,7 @@ class MattermostBackend(AWXBaseEmailBackend): recipient_parameter = "mattermost_url" sender_parameter = None - def __init__(self, mattermost_channel=None, mattermost_username=None, + def __init__(self, mattermost_channel=None, mattermost_username=None, mattermost_icon_url=None, fail_silently=False, **kwargs): super(MattermostBackend, self).__init__(fail_silently=fail_silently) self.mattermost_channel = mattermost_channel