Removes unnecessary utf8 source encoding declarations (#26887)
This commit is contained in:
parent
2ffbe5b99f
commit
87f1f6cc9f
3 changed files with 0 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
# coding: utf-8
|
||||
"""Constants for the LCN component."""
|
||||
from itertools import product
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Service for obtaining information about closer bus from Transport Yandex Service."""
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# coding: utf-8
|
||||
"""Constants used by Home Assistant components."""
|
||||
MAJOR_VERSION = 0
|
||||
MINOR_VERSION = 100
|
||||
|
|
Loading…
Add table
Reference in a new issue