diff --git a/homeassistant/components/lcn/const.py b/homeassistant/components/lcn/const.py index ecef388c0d4..c49319abf42 100644 --- a/homeassistant/components/lcn/const.py +++ b/homeassistant/components/lcn/const.py @@ -1,4 +1,3 @@ -# coding: utf-8 """Constants for the LCN component.""" from itertools import product diff --git a/homeassistant/components/yandex_transport/sensor.py b/homeassistant/components/yandex_transport/sensor.py index 340291807ea..26311a4c72e 100644 --- a/homeassistant/components/yandex_transport/sensor.py +++ b/homeassistant/components/yandex_transport/sensor.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """Service for obtaining information about closer bus from Transport Yandex Service.""" import logging diff --git a/homeassistant/const.py b/homeassistant/const.py index 26cb3c20942..9aa4544f5c3 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -1,4 +1,3 @@ -# coding: utf-8 """Constants used by Home Assistant components.""" MAJOR_VERSION = 0 MINOR_VERSION = 100