mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
[PR #11590/ce5d5622 backport][stable-12] replace list(map(...)) with comprehension (#11591)
replace `list(map(...))` with comprehension (#11590)
* replace `list(map(...))` with comprehension
* add changelog frag
(cherry picked from commit ce5d5622b9)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
c853dfb1a8
commit
99ebbbdf49
5 changed files with 51 additions and 52 deletions
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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue