1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

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 used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 100