fix flake8 warnings

This commit is contained in:
nkgilley@gmail.com 2015-12-02 16:37:16 -05:00
parent 02a8ce71d0
commit 502184812d
2 changed files with 6 additions and 4 deletions

View file

@ -44,7 +44,6 @@ _LOGGER = logging.getLogger(__name__)
ECOBEE_CONFIG_FILE = 'ecobee.conf'
def setup_platform(hass, config, add_devices, discovery_info=None):
""" Sets up the sensors. """
if discovery_info is None: