flake8 cleanup

pull/4420/head
Matt Martz 2015-05-19 13:35:50 -05:00 committed by John Barker
parent 90c469d8ec
commit efd8787e0b
1 changed files with 1 additions and 2 deletions

View File

@ -267,8 +267,7 @@ class ModuleValidator(Validator):
self._check_for_gpl3_header()
self._find_json_import()
main = self._find_main_call()
module_utils = self._find_module_utils(main)
self._find_module_utils(main)
self._find_has_import()