From 224c3de2c9af978d582daffc44a9c2d42dbccde2 Mon Sep 17 00:00:00 2001 From: sean-m-ssullivan Date: Tue, 13 Apr 2021 10:43:37 -0500 Subject: [PATCH] linting --- awx_collection/plugins/modules/tower_workflow_job_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx_collection/plugins/modules/tower_workflow_job_template.py b/awx_collection/plugins/modules/tower_workflow_job_template.py index 9ea7ec92bf..4e38d4976d 100644 --- a/awx_collection/plugins/modules/tower_workflow_job_template.py +++ b/awx_collection/plugins/modules/tower_workflow_job_template.py @@ -458,6 +458,7 @@ EXAMPLES = ''' from ..module_utils.tower_api import TowerAPIModule import json + response = [] response = []