mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Clean up flake8 related issues
This commit is contained in:
@@ -104,7 +104,7 @@ class Notifier(CommonModel):
|
||||
|
||||
def send(self, subject, body):
|
||||
for field in filter(lambda x: self.notification_class.init_parameters[x]['type'] == "password",
|
||||
self.notification_class.init_parameters):
|
||||
self.notification_class.init_parameters):
|
||||
self.notification_configuration[field] = decrypt_field(self,
|
||||
'notification_configuration',
|
||||
subfield=field)
|
||||
|
||||
Reference in New Issue
Block a user