mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
flake8 cleanup
This commit is contained in:
parent
90c469d8ec
commit
efd8787e0b
1 changed files with 1 additions and 2 deletions
|
@ -267,8 +267,7 @@ class ModuleValidator(Validator):
|
||||||
self._check_for_gpl3_header()
|
self._check_for_gpl3_header()
|
||||||
self._find_json_import()
|
self._find_json_import()
|
||||||
main = self._find_main_call()
|
main = self._find_main_call()
|
||||||
module_utils = self._find_module_utils(main)
|
self._find_module_utils(main)
|
||||||
|
|
||||||
self._find_has_import()
|
self._find_has_import()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue