mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Sort imports according to PEP8 for components starting with "S" (#29777)
This commit is contained in:
committed by
Franck Nijhof
parent
21816eeed4
commit
23b92b2a56
@@ -3,11 +3,12 @@
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
from tests.common import mock_coro
|
||||
|
||||
from homeassistant.components.spaceapi import DOMAIN, SPACEAPI_VERSION, URL_API_SPACEAPI
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.common import mock_coro
|
||||
|
||||
CONFIG = {
|
||||
DOMAIN: {
|
||||
"space": "Home",
|
||||
|
||||
Reference in New Issue
Block a user