Sort imports according to PEP8 for 'tests' (#29791)
This commit is contained in:
parent
67c56c860d
commit
f60125b5c9
68 changed files with 254 additions and 251 deletions
|
@ -7,10 +7,10 @@ from unittest.mock import patch
|
|||
from astral import Astral
|
||||
import pytest
|
||||
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.setup import async_setup_component
|
||||
import homeassistant.core as ha
|
||||
from homeassistant.components import sun
|
||||
from homeassistant.const import MATCH_ALL
|
||||
import homeassistant.core as ha
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.helpers.event import (
|
||||
async_call_later,
|
||||
async_track_point_in_time,
|
||||
|
@ -25,7 +25,7 @@ from homeassistant.helpers.event import (
|
|||
async_track_utc_time_change,
|
||||
)
|
||||
from homeassistant.helpers.template import Template
|
||||
from homeassistant.components import sun
|
||||
from homeassistant.setup import async_setup_component
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
from tests.common import async_fire_time_changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue