diff --git a/homeassistant/components/kira/remote.py b/homeassistant/components/kira/remote.py
index 526594266810eedd37d8b5d847e00664156304f2..9c02a3199e40bc5c0475fbfec11cca7f64846ff4 100644
--- a/homeassistant/components/kira/remote.py
+++ b/homeassistant/components/kira/remote.py
@@ -6,9 +6,7 @@ from homeassistant.components import remote
 from homeassistant.const import CONF_DEVICE, CONF_NAME
 from homeassistant.helpers.entity import Entity
 
-from . import CONF_REMOTE
-
-DOMAIN = "kira"
+from . import CONF_REMOTE, DOMAIN
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/homeassistant/components/kira/sensor.py b/homeassistant/components/kira/sensor.py
index 6656780d0e9cb190bf2843d8aefff79928ec2012..2d6322918c71f19da122045237737fd09befe04a 100644
--- a/homeassistant/components/kira/sensor.py
+++ b/homeassistant/components/kira/sensor.py
@@ -4,9 +4,7 @@ import logging
 from homeassistant.const import CONF_DEVICE, CONF_NAME, STATE_UNKNOWN
 from homeassistant.helpers.entity import Entity
 
-from . import CONF_SENSOR
-
-DOMAIN = "kira"
+from . import CONF_SENSOR, DOMAIN
 
 _LOGGER = logging.getLogger(__name__)