mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
replace list(map(...)) with comprehension (#11590)
* replace `list(map(...))` with comprehension * add changelog frag
This commit is contained in:
3
changelogs/fragments/11590-list-map.yml
Normal file
3
changelogs/fragments/11590-list-map.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- nsupdate - replace ``list(map(...))`` constructs with Python comprehensions (https://github.com/ansible-collections/community.general/pull/11590).
|
||||
- timezone - replace ``list(map(...))`` constructs with Python comprehensions (https://github.com/ansible-collections/community.general/pull/11590).
|
||||
Reference in New Issue
Block a user