From b685cc32c0c4fdb8c088e84e0a81c4d25684d021 Mon Sep 17 00:00:00 2001 From: Stein Inge Morisbak Date: Tue, 9 Dec 2014 15:38:55 +0100 Subject: [PATCH] Removed import of json. It is already imported in the common module. --- lib/ansible/modules/extras/monitoring/pagerduty.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/ansible/modules/extras/monitoring/pagerduty.py b/lib/ansible/modules/extras/monitoring/pagerduty.py index 42101bae1e..aa6903414d 100644 --- a/lib/ansible/modules/extras/monitoring/pagerduty.py +++ b/lib/ansible/modules/extras/monitoring/pagerduty.py @@ -133,10 +133,6 @@ EXAMPLES=''' import datetime import base64 -try: - import json -except ImportError: - import simplejson as json def auth_header(user, passwd, token): if token: