1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Do not import splitter, since we do not use it

This commit is contained in:
Michael Scherer 2016-10-19 10:02:33 +02:00 committed by Matt Clay
parent 7f4fdba0c6
commit 50b31a2343

View file

@ -315,6 +315,5 @@ def main():
# import module snippets
from ansible.module_utils.basic import *
from ansible.module_utils.splitter import *
if __name__ == '__main__':
main()