From aa4f5ccca91f10ff1f9dfd460fa67d645c134c51 Mon Sep 17 00:00:00 2001 From: beeankha Date: Fri, 11 Oct 2019 11:38:47 -0400 Subject: [PATCH] Add blank line (flake8) --- awxkit/awxkit/cli/custom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awxkit/awxkit/cli/custom.py b/awxkit/awxkit/cli/custom.py index f9077acab5..45146b493e 100644 --- a/awxkit/awxkit/cli/custom.py +++ b/awxkit/awxkit/cli/custom.py @@ -356,6 +356,7 @@ OrganizationNotificationDisAssociation.targets.update({ 'approval_notification': ['notification_templates_approvals', 'notification_template'], }) + class SettingsList(CustomAction): action = 'list' resource = 'settings'