Skip to content

Commit

Permalink
tests: reorder imports to satisfy ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Feb 29, 2024
1 parent a52aeca commit b8d2d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_device_config.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""Test the config parser"""
from unittest import IsolatedAsyncioTestCase
from unittest.mock import MagicMock
import voluptuous as vol

from fuzzywuzzy import fuzz
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.device_config import (
Expand Down

0 comments on commit b8d2d20

Please sign in to comment.