From 87817de80513f8bc43b482f32ef81a5b8548a97c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 23 Jan 2014 21:34:08 -0800 Subject: [PATCH] PEP8 style fix for bootstrap --- homeassistant/bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/bootstrap.py b/homeassistant/bootstrap.py index 1e5e5a0ceba..96ba112d5ca 100644 --- a/homeassistant/bootstrap.py +++ b/homeassistant/bootstrap.py @@ -9,6 +9,7 @@ import logging import homeassistant as ha from homeassistant.components import general + # pylint: disable=too-many-branches,too-many-locals,too-many-statements def from_config_file(config_path): """ Starts home assistant with all possible functionality