mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
One of the complex map + filter + lambda combinations here was causing pylint to have a rare false positive detecting undefined variables. Switch to list comprehensions and generator expressions which are easi(er) to read for humans and do not confuse pylint. References #27193