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:
parent
7f4fdba0c6
commit
50b31a2343
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue