Skip to content

Commit 6e73201

Browse files
author
Shiva Shankar Vaddepally
committed
solving pep8 issues
Signed-off-by: Shiva Shankar Vaddepally <shivashankar.vaddepally@cloud.com>
1 parent 83f2603 commit 6e73201

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

plugins/module_utils/common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from .logger import log
2020
from .nitro_resource_map import NITRO_RESOURCE_MAP
2121

22+
2223
@trace
2324
def get_netscaler_version(client):
2425
is_exist, response = get_resource(client, "nsversion")
@@ -70,7 +71,7 @@ def get_resource(client, resource_name, resource_id=None, resource_module_params
7071
filter=get_args,
7172
args={"type": resource_module_params["type"]},
7273
)
73-
else:
74+
else:
7475
status_code, response_body = client.get(
7576
resource=resource_name,
7677
id=resource_id,

plugins/module_utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@
134134
'lbglobal_lbpolicy_binding',
135135
'cacheglobal_cachepolicy_binding',
136136
'botglobal_botpolicy_binding',
137-
]
137+
]

0 commit comments

Comments
 (0)