mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
sort imports according to PEP8 for axis (#29621)
This commit is contained in:
committed by
Franck Nijhof
parent
c4794572d4
commit
b0d0060643
@@ -1,12 +1,11 @@
|
||||
"""Axis switch platform tests."""
|
||||
|
||||
from unittest.mock import call as mock_call, Mock
|
||||
from unittest.mock import Mock, call as mock_call
|
||||
|
||||
from homeassistant import config_entries
|
||||
from homeassistant.components import axis
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
import homeassistant.components.switch as switch
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
EVENTS = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user