fixed local lib imports

This commit is contained in:
tomaae 2019-12-02 17:44:36 +01:00
parent b78c0cb5a8
commit 0c245b5a46
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ from homeassistant.const import (
CONF_SSL, CONF_SSL,
) )
from mikrotik_controller import MikrotikControllerData from .mikrotik_controller import MikrotikControllerData
from .const import ( from .const import (
DOMAIN, DOMAIN,

View file

@ -15,7 +15,7 @@ from homeassistant.const import (
CONF_SSL, CONF_SSL,
) )
from const import ( from .const import (
DOMAIN, DOMAIN,
CONF_TRACK_ARP, CONF_TRACK_ARP,
DEFAULT_TRACK_ARP, DEFAULT_TRACK_ARP,