Sort imports according to PEP8 for components starting with "I" (#29769)

This commit is contained in:
Bas Nijholt 2019-12-09 14:21:24 +01:00 committed by Franck Nijhof
parent 710680d604
commit 14779ce3d0
20 changed files with 60 additions and 58 deletions

View file

@ -1,9 +1,9 @@
"""Tests for Intent component."""
import pytest
from homeassistant.setup import async_setup_component
from homeassistant.helpers import intent
from homeassistant.components.cover import SERVICE_OPEN_COVER
from homeassistant.helpers import intent
from homeassistant.setup import async_setup_component
from tests.common import async_mock_service