mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
use isort to sort imports for components starting with 'm' (#29772)
This commit is contained in:
committed by
Fabian Affolter
parent
8b39957c56
commit
710680d604
@@ -1,9 +1,9 @@
|
||||
"""The tests for the MQTT statestream component."""
|
||||
from unittest.mock import ANY, call, patch
|
||||
|
||||
from homeassistant.setup import setup_component
|
||||
import homeassistant.components.mqtt_statestream as statestream
|
||||
from homeassistant.core import State
|
||||
from homeassistant.setup import setup_component
|
||||
|
||||
from tests.common import (
|
||||
get_test_home_assistant,
|
||||
|
||||
Reference in New Issue
Block a user