Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
msekania committed Feb 9, 2024
1 parent bce20d3 commit eaa4910
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/modules/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,7 @@ def run_module():
for par in [attributes, update_attributes]:
if par != {}:
if par.get("parents"):
par["parents"] = check_type_list(
par.get("parents")
)
par["parents"] = check_type_list(par.get("parents"))

if module.params["folder"]:
module.params["folder"] = normalize_folder(module.params["folder"])
Expand Down

0 comments on commit eaa4910

Please sign in to comment.