ini_file: fix lint error (#5307) (#5308)

* ini_file: fix lint error

* add changelog fragment

* remove line from sanity test ignore files

(cherry picked from commit f0ee21b8b2)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2022-09-25 21:07:35 +02:00 committed by GitHub
commit b165337bbe
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).