Fix shelly import (#42783)

pull/42786/head
Paulus Schoutsen 2020-11-03 09:49:34 +01:00 committed by GitHub
parent 89a5c9fcac
commit 349e4a5ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.const import (
)
from homeassistant.helpers import aiohttp_client
from .__init__ import get_coap_context
from . import get_coap_context
from .const import DOMAIN # pylint:disable=unused-import
_LOGGER = logging.getLogger(__name__)