Disable pylint import-error for collections.

This matches the Ansible configuration.
This commit is contained in:
Matt Clay 2019-07-30 18:54:05 -07:00
parent 2198ecb1d2
commit ef6be41bf1

View file

@ -34,6 +34,7 @@ disable=
function-redefined,
global-statement,
global-variable-undefined,
import-error,
import-self,
inconsistent-return-statements,
invalid-envvar-default,