Fix relative import

This commit is contained in:
Richard Mitchell
2019-04-18 12:58:54 +01:00
parent 5af31c5625
commit 53248a9013

View File

@@ -11,7 +11,7 @@ from homeassistant.components.vacuum import (
VacuumDevice)
import .robovac
from . import robovac
_LOGGER = logging.getLogger(__name__)