mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02: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
@ -2,12 +2,12 @@
|
||||
import asyncio
|
||||
import os
|
||||
import tempfile
|
||||
import unittest
|
||||
from typing import Tuple
|
||||
import unittest
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
from homeassistant.setup import setup_component
|
||||
from homeassistant.components import shell_command
|
||||
from homeassistant.setup import setup_component
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
|
Reference in New Issue
Block a user