Skip to content

Commit 508a433

Browse files
committed
Fix Style
1 parent fce3e23 commit 508a433

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

homeassistant/components/discovery.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def setup(hass, config):
5454
logger = logging.getLogger(__name__)
5555

5656
try:
57-
from homeassistant.external.netdisco.netdisco.service import DiscoveryService
57+
from homeassistant.external.netdisco.netdisco.service import \
58+
DiscoveryService
5859
except ImportError:
5960
logger.exception(
6061
"Unable to import netdisco. "

0 commit comments

Comments
 (0)