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:
committed by
Franck Nijhof
parent
c804f8f961
commit
08f128e9c7
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user