Skip to content

Commit

Permalink
Duux Blizzard tests: clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Sep 29, 2024
1 parent 5c09c7b commit 8e1ff4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/devices/test_duux_blizzard.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from homeassistant.components.climate.const import ClimateEntityFeature, HVACMode
from homeassistant.const import UnitOfTemperature
from homeassistant.components.climate.const import HVACMode

from ..const import DUUX_BLIZZARD_PAYLOAD
from ..helpers import assert_device_properties_set
from ..mixins.climate import TargetTemperatureTests
from .base_device_tests import TuyaDeviceTestCase

Expand Down

0 comments on commit 8e1ff4b

Please sign in to comment.