Remove unused import of 'socket' module

pull/18777/head
Michael Scherer 9 years ago committed by Matt Clay
parent 6c959dc77e
commit ab26847e06

@ -90,8 +90,6 @@ datadog_event: title="Testing from ansible" text="Test!"
tags=aa,bb,#host:{{ inventory_hostname }}
'''
import socket
def main():
module = AnsibleModule(
argument_spec=dict(

Loading…
Cancel
Save