ini_file: fix lint error (#5307)

* ini_file: fix lint error

* add changelog fragment

* remove line from sanity test ignore files
This commit is contained in:
Alexei Znamensky 2022-09-26 03:28:06 +13:00 committed by GitHub
commit f0ee21b8b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 4 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- ini_file - minor refactor fixing a python lint error (https://github.com/ansible-collections/community.general/pull/5307).