mirror of https://github.com/ansible/ansible.git
Fixed NoneType import error which worked in python2, but not 3.
In mod_args we were checking `isinstance(thing, NoneType)` when thing is None works the same since NoneType can't be subclassed in python 2 or 3 and it removes the need for the NoneType import.pull/10754/head
parent
176ae06cbd
commit
43ab4c12dd
Loading…
Reference in New Issue