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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user