Skip to content

Commit

Permalink
Do not import splitter, since we do not use it
Browse files Browse the repository at this point in the history
  • Loading branch information
mscherer authored and mattclay committed Dec 8, 2016
1 parent 7f4fdba commit 50b31a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/modules/extras/files/blockinfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 50b31a2

Please sign in to comment.