4
0
Эх сурвалжийг харах

tests: reorder imports to satisfy ruff

Jason Rumney 2 жил өмнө
parent
commit
b8d2d2054d

+ 1 - 1
tests/test_device_config.py

@@ -1,10 +1,10 @@
 """Test the config parser"""
 """Test the config parser"""
 from unittest import IsolatedAsyncioTestCase
 from unittest import IsolatedAsyncioTestCase
 from unittest.mock import MagicMock
 from unittest.mock import MagicMock
+import voluptuous as vol
 
 
 from fuzzywuzzy import fuzz
 from fuzzywuzzy import fuzz
 from homeassistant.components.sensor import SensorDeviceClass
 from homeassistant.components.sensor import SensorDeviceClass
-import voluptuous as vol
 
 
 from custom_components.tuya_local.helpers.config import get_device_id
 from custom_components.tuya_local.helpers.config import get_device_id
 from custom_components.tuya_local.helpers.device_config import (
 from custom_components.tuya_local.helpers.device_config import (