From 3d23cd10fc96a504e13167b399c886138e67ea8f Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 18 Jan 2016 18:30:09 +0000 Subject: [PATCH] Attempt to fix ungrouped-imports pylint error --- homeassistant/components/light/lifx.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/light/lifx.py b/homeassistant/components/light/lifx.py index 5e43d50eabf..c516b273d58 100644 --- a/homeassistant/components/light/lifx.py +++ b/homeassistant/components/light/lifx.py @@ -25,10 +25,9 @@ import time import queue import socket import io -import struct import ipaddress import colorsys - +import struct from struct import pack from enum import IntEnum from homeassistant.helpers.event import track_time_change