Skip to content

Commit

Permalink
Fix more lint ordering fussiness
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Jan 18, 2025
1 parent e271d14 commit 1129afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/devices/test_rgbcw_lightbulb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1129afa

Please sign in to comment.