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
parent a6c8078ccf
commit f0ee21b8b2
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).