Switched style checking to flake8 instead of pep8
This commit is contained in:
parent
973ce21353
commit
5d107ed74b
7 changed files with 8 additions and 14 deletions
|
@ -85,8 +85,6 @@ from urllib.parse import urlparse, parse_qs
|
|||
import homeassistant as ha
|
||||
import homeassistant.remote as rem
|
||||
import homeassistant.util as util
|
||||
from homeassistant.components import (STATE_ON, STATE_OFF,
|
||||
SERVICE_TURN_ON, SERVICE_TURN_OFF)
|
||||
from . import frontend
|
||||
|
||||
DOMAIN = "http"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue