From 1129afa8b7e244e15a4ffc52bd88508eb6e5dd00 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 18 Jan 2025 09:46:30 +0900 Subject: [PATCH] Fix more lint ordering fussiness --- tests/devices/test_rgbcw_lightbulb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/devices/test_rgbcw_lightbulb.py b/tests/devices/test_rgbcw_lightbulb.py index 1890559761..481a5322bb 100644 --- a/tests/devices/test_rgbcw_lightbulb.py +++ b/tests/devices/test_rgbcw_lightbulb.py @@ -9,7 +9,7 @@ from ..const import RGBCW_LIGHTBULB_PAYLOAD from ..helpers import assert_device_properties_set from ..mixins.number import BasicNumberTests -from ..mixins.text import BasicTextTests, TEXT_PATTERN_HEX +from ..mixins.text import TEXT_PATTERN_HEX, BasicTextTests from .base_device_tests import TuyaDeviceTestCase SWITCH_DPS = "20"