Removes unnecessary utf8 source encoding declarations (#26887)

This commit is contained in:
Franck Nijhof 2019-09-25 06:28:50 +02:00 committed by Paulus Schoutsen
parent 2ffbe5b99f
commit 87f1f6cc9f
3 changed files with 0 additions and 3 deletions

View file

@ -1,4 +1,3 @@
# coding: utf-8
"""Constants for the LCN component."""
from itertools import product

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Service for obtaining information about closer bus from Transport Yandex Service."""
import logging

View file

@ -1,4 +1,3 @@
# coding: utf-8
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 100