Skip to content

Commit 85b8b60

Browse files
Olenclaude
andcommitted
fix: sort imports in sensor.py to satisfy ruff I001
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 18524b6 commit 85b8b60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

custom_components/plant/sensor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
from homeassistant.helpers.entity_registry import (
4444
EVENT_ENTITY_REGISTRY_UPDATED,
4545
EventEntityRegistryUpdatedData,
46+
)
47+
from homeassistant.helpers.entity_registry import (
4648
async_get as er_async_get,
4749
)
4850
from homeassistant.helpers.event import (

0 commit comments

Comments
 (0)