Sort imports according to PEP8 for components starting with "D" (#29764)
* use isort to sort imports for components starting with 'd' * fix isort mistake
This commit is contained in:
parent
c804f8f961
commit
08f128e9c7
21 changed files with 87 additions and 85 deletions
|
@ -1,13 +1,14 @@
|
|||
"""Test the DuckDNS component."""
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.components import duckdns
|
||||
from homeassistant.components.duckdns import async_track_time_interval_backoff
|
||||
from homeassistant.loader import bind_hass
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.components import duckdns
|
||||
from homeassistant.util.dt import utcnow
|
||||
from homeassistant.components.duckdns import async_track_time_interval_backoff
|
||||
|
||||
from tests.common import async_fire_time_changed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue