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
parent 6572f46998
commit b165337bbe
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).