1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

replace list(map(...)) with comprehension (#11590)

* replace `list(map(...))` with comprehension

* add changelog frag
This commit is contained in:
Alexei Znamensky 2026-03-14 20:43:23 +13:00 committed by GitHub
parent 3194ed9d36
commit ce5d5622b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 51 additions and 52 deletions

View 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).