1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Apply isort on rfxtrx classes (#27615)

* Move imports in rfxtrx component

* Apply isort on rfxtrx files

* Update test_switch.py
This commit is contained in:
javicalle
2019-10-14 17:38:34 +02:00
committed by Andrew Sayre
parent 288d370ef5
commit de7963544f
10 changed files with 24 additions and 16 deletions

View File

@@ -1,10 +1,11 @@
"""The tests for the Rfxtrx cover platform."""
import unittest
import pytest
import RFXtrx as rfxtrxmod
from homeassistant.setup import setup_component
import RFXtrx as rfxtrxmod
import pytest
from homeassistant.components import rfxtrx as rfxtrx_core
from homeassistant.setup import setup_component
from tests.common import get_test_home_assistant, mock_component