1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Sort imports according to PEP8 for components starting with "F" (#29766)

This commit is contained in:
Bas Nijholt
2019-12-09 14:14:40 +01:00
committed by Franck Nijhof
parent f9e06ca2fd
commit ca0fad2cbb
34 changed files with 143 additions and 144 deletions

View File

@@ -1,9 +1,10 @@
"""Test the FreeDNS component."""
import asyncio
import pytest
from homeassistant.setup import async_setup_component
from homeassistant.components import freedns
from homeassistant.setup import async_setup_component
from homeassistant.util.dt import utcnow
from tests.common import async_fire_time_changed