Sort imports according to PEP8 for components starting with "S" (#29777)
This commit is contained in:
parent
21816eeed4
commit
23b92b2a56
53 changed files with 170 additions and 171 deletions
|
@ -1,12 +1,12 @@
|
|||
"""Test the SSDP integration."""
|
||||
import asyncio
|
||||
from unittest.mock import patch, Mock
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import aiohttp
|
||||
import pytest
|
||||
|
||||
from homeassistant.generated import ssdp as gn_ssdp
|
||||
from homeassistant.components import ssdp
|
||||
from homeassistant.generated import ssdp as gn_ssdp
|
||||
|
||||
from tests.common import mock_coro
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue