Feature/setup cfg (#28)

* Add setup.cfg

* Run black and isort.

* Add blueprint to first party.

* Make const import consistent.
This commit is contained in:
Erik Seglem
2020-05-14 04:40:21 -04:00
committed by GitHub
parent b22ae5949b
commit 99b07e5a7a
6 changed files with 42 additions and 11 deletions

View File

@ -1,7 +1,7 @@
"""BlueprintEntity class"""
from homeassistant.helpers import entity
from custom_components.blueprint.const import DOMAIN, VERSION, NAME
from custom_components.blueprint.const import DOMAIN, NAME, VERSION
class BlueprintEntity(entity.Entity):