Browse Source

Duux Blizzard tests: clean up unused imports

Jason Rumney 1 year ago
parent
commit
8e1ff4b03e
1 changed files with 1 additions and 3 deletions
  1. 1 3
      tests/devices/test_duux_blizzard.py

+ 1 - 3
tests/devices/test_duux_blizzard.py

@@ -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