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:
@ -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):
|
||||
|
Reference in New Issue
Block a user