Skip to content

Commit

Permalink
Fix flake8 issus
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep committed Jan 7, 2025
1 parent ce4a2b6 commit f4642f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ntnx_templates_deploy_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def deploy_template(module, result):
result[
"msg"
] = "Template ({0}) with given version ({1}) will be deployed.".format(
ext_id,
ext_id,
version_ext_id # fmt: skip
)
return
Expand Down

0 comments on commit f4642f5

Please sign in to comment.