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

@ -2,7 +2,6 @@
from homeassistant.components.switch import SwitchDevice
from custom_components.blueprint.const import DEFAULT_NAME, DOMAIN, ICON, SWITCH
from custom_components.blueprint.entity import BlueprintEntity