Skip to content

Commit

Permalink
Tests: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Jan 12, 2025
1 parent 3199143 commit 627e07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/devices/test_qoto_03_sprinkler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from homeassistant.components.binary_sensor import BinarySensorDeviceClass
from homeassistant.components.number import NumberDeviceClass
from homeassistant.components.valve import ValveDeviceClass, ValveEntityFeature
from homeassistant.const import PERCENTAGE, UnitOfTime
from homeassistant.const import UnitOfTime

from ..const import QOTO_SPRINKLER_PAYLOAD
from ..helpers import assert_device_properties_set
Expand Down

0 comments on commit 627e07e

Please sign in to comment.