mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Removes unnecessary utf8 source encoding declarations (#26887)
This commit is contained in:
parent
2ffbe5b99f
commit
87f1f6cc9f
@ -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…
x
Reference in New Issue
Block a user