From ab26847e0634f5e3c410d62968dc6a1fbc83aac6 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 22 Apr 2016 17:30:25 +0200 Subject: [PATCH] Remove unused import of 'socket' module --- lib/ansible/modules/extras/monitoring/datadog_event.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ansible/modules/extras/monitoring/datadog_event.py b/lib/ansible/modules/extras/monitoring/datadog_event.py index adea8c86c2c..de3b73c2103 100644 --- a/lib/ansible/modules/extras/monitoring/datadog_event.py +++ b/lib/ansible/modules/extras/monitoring/datadog_event.py @@ -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(