Fix pylint warnings in fetch_url_and_verify 59/65659/1
authorEmma Foley <emma.l.foley@intel.com>
Fri, 7 Dec 2018 15:29:57 +0000 (15:29 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Fri, 7 Dec 2018 15:35:56 +0000 (15:35 +0000)
commit2f2fb869fc5cc03d6c34fdc4aac0936a44899235
tree947cfc7bdc9658acaaaafd40be751dc52fbf91b8
parentb7a4b50f3f7fdbeaddd0d62762769a7509953591
Fix pylint warnings in fetch_url_and_verify

Disable pylint checking in ansible module, to avoid
unused-wildcard-import and wrong-import-position
The wildcard import is required for ansile to be able to
use the module.

JIRA: YARDSTICK-1527
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Change-Id: Icc358555f59c8cc088f6f22e4fab8ee2205daff2
ansible/library/fetch_url_and_verify.py