1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-28 04:33:49 +01:00

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:
Bas Nijholt
2019-12-09 17:42:00 +01:00
committed by Franck Nijhof
parent c804f8f961
commit 08f128e9c7
21 changed files with 87 additions and 85 deletions

View File

@@ -1,10 +1,10 @@
"""Test the default_config init."""
from unittest.mock import patch
from homeassistant.setup import async_setup_component
import pytest
from homeassistant.setup import async_setup_component
from tests.common import MockDependency, mock_coro