mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +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
@@ -4,9 +4,9 @@ import unittest.mock as mock
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.setup import setup_component
|
||||
from homeassistant.components import switch
|
||||
from homeassistant.components.mochad import switch as mochad
|
||||
from homeassistant.setup import setup_component
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
|
||||
Reference in New Issue
Block a user