Skip to content

Commit 7b0e2b0

Browse files
committed
Line up entity_registry import
1 parent 055bb63 commit 7b0e2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/plugwise/test_button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
)
1010
from homeassistant.const import ATTR_DEVICE_CLASS, ATTR_ENTITY_ID, STATE_UNKNOWN
1111
from homeassistant.core import HomeAssistant
12-
from homeassistant.helpers import entity_registry as er
12+
import homeassistant.helpers.entity_registry as er
1313

1414
from tests.common import MockConfigEntry
1515

0 commit comments

Comments
 (0)