Skip to content

Commit

Permalink
Fix order of import classes in vacuum entity
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Jan 15, 2025
1 parent 637cf52 commit ef0e18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/zcsmower/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from homeassistant.config_entries import ConfigEntry
from homeassistant.components.vacuum import (
ATTR_STATUS,
VacuumActivity,
StateVacuumEntity,
StateVacuumEntityDescription,
VacuumActivity,
VacuumEntityFeature,
)
from homeassistant.helpers.entity import Entity
Expand Down

0 comments on commit ef0e18a

Please sign in to comment.