use isort to sort imports according to PEP8 for automation (#29620)
This commit is contained in:
parent
a38f3ac9c6
commit
d3f67c3841
30 changed files with 87 additions and 90 deletions
|
@ -1,9 +1,9 @@
|
|||
"""The tests for the Event automation."""
|
||||
from unittest.mock import patch, Mock
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import homeassistant.components.automation as automation
|
||||
from homeassistant.core import CoreState
|
||||
from homeassistant.setup import async_setup_component
|
||||
import homeassistant.components.automation as automation
|
||||
|
||||
from tests.common import async_mock_service, mock_coro
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue