Skip to content

Commit d784aca

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6c06584 commit d784aca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/plugwise_usb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import logging
55
from typing import Any, TypedDict
66

7-
from homeassistant.core import HomeAssistant, ServiceCall, callback
87
from homeassistant.components.device_tracker import ATTR_MAC
8+
from homeassistant.core import HomeAssistant, ServiceCall, callback
99
from homeassistant.exceptions import ConfigEntryNotReady, HomeAssistantError
1010
from homeassistant.helpers import device_registry as dr, entity_registry as er
1111
from homeassistant.helpers.storage import STORAGE_DIR

0 commit comments

Comments
 (0)