From 2c4166b5f23d137696eef6f9d9c66e20e53238d2 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 4 Feb 2016 22:06:27 -0800 Subject: [PATCH] Update splunk.py --- homeassistant/components/splunk.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/splunk.py b/homeassistant/components/splunk.py index 887717353aa..0a030ab8398 100644 --- a/homeassistant/components/splunk.py +++ b/homeassistant/components/splunk.py @@ -4,9 +4,11 @@ homeassistant.components.splunk Splunk component which allows you to send data to an Splunk instance utilizing the HTTP Event Collector. """ -import logging -import requests import json +import logging + +import requests + import homeassistant.util as util from homeassistant.helpers import validate_config from homeassistant.const import (EVENT_STATE_CHANGED, STATE_ON, STATE_OFF,