Fix isort on a small set of misc files (#29803)

This commit is contained in:
Franck Nijhof
2019-12-10 09:25:42 +01:00
committed by Pascal Vizeli
parent 27244e29c4
commit f5d4878992
8 changed files with 18 additions and 22 deletions

View File

@@ -8,7 +8,6 @@ Loosely based on https://github.com/astropy/astropy/pull/347
import os
import warnings
__licence__ = 'BSD (3 clause)'

View File

@@ -17,11 +17,11 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import sys
import os
import inspect
import os
import sys
from homeassistant.const import __version__, __short_version__
from homeassistant.const import __short_version__, __version__
PROJECT_NAME = 'Home Assistant'
PROJECT_PACKAGE_NAME = 'homeassistant'