Switched style checking to flake8 instead of pep8

This commit is contained in:
Paulus Schoutsen
2014-11-16 22:18:52 -08:00
parent 973ce21353
commit 5d107ed74b
7 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import homeassistant.util as util
from homeassistant.loader import get_component
from homeassistant.components import (
group, extract_entity_ids, STATE_ON,
SERVICE_TURN_ON, SERVICE_TURN_OFF, ATTR_ENTITY_ID, ATTR_FRIENDLY_NAME)
SERVICE_TURN_ON, SERVICE_TURN_OFF, ATTR_ENTITY_ID)
DOMAIN = 'switch'
DEPENDENCIES = []