Sort imports according to PEP8 for components starting with "S" (#29777)

This commit is contained in:
Bas Nijholt 2019-12-09 14:38:01 +01:00 committed by Franck Nijhof
parent 21816eeed4
commit 23b92b2a56
53 changed files with 170 additions and 171 deletions

View file

@ -2,9 +2,9 @@
import logging
from unittest.mock import MagicMock, patch
from homeassistant.core import callback
from homeassistant.bootstrap import async_setup_component
from homeassistant.components import system_log
from homeassistant.core import callback
_LOGGER = logging.getLogger("test_logger")
BASIC_CONFIG = {"system_log": {"max_entries": 2}}