mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
Remove trailing whitespace
This commit is contained in:
parent
e8e06f2b71
commit
69122a5454
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user