remove trailing comma in dict(parameters,) (#10711)

* remove trailing comma in dict(parameters,)

* add changelog frag
This commit is contained in:
Alexei Znamensky 2025-08-24 05:13:20 +12:00 committed by GitHub
commit 62fa3e6f2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 28 additions and 20 deletions

View file

@ -419,7 +419,7 @@ def main():
color=dict(type='str'),
description=dict(type='str'),
priority=dict(type='int'),
new_name=dict(type='str'),)
new_name=dict(type='str'))
),
state=dict(type='str', default="present", choices=["absent", "present"]),
)