Disable pylint import-error for collections.

This matches the Ansible configuration.
pull/59846/head
Matt Clay 5 years ago
parent 2198ecb1d2
commit ef6be41bf1

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

Loading…
Cancel
Save