Skip to content

Commit e181339

Browse files
author
Shiva Shankar Vaddepally
committed
lint issue
Signed-off-by: Shiva Shankar Vaddepally <shivashankar.vaddepally@cloud.com>
1 parent 934266f commit e181339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/module_utils/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def get_resource(client, resource_name, resource_id=None, resource_module_params
145145
def fix_nitro_anomolies(resource_name, resource_module_params, return_response):
146146
if return_response is None:
147147
return []
148-
148+
149149
for resource in return_response:
150150
# FIXME: NITRO-BUG: in lbmonitor, for `interval=60`, the `units3` will wrongly be set to `MIN` by the NetScaler.
151151
# Hence, we will set it to `SEC` to make it idempotent

0 commit comments

Comments
 (0)