Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Jan 5, 2024
1 parent b8acbc2 commit eea497b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/bbox/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

from homeassistant.helpers.entity import Entity
from homeassistant.helpers.update_coordinator import CoordinatorEntity
from homeassistant.helpers.device_registry import CONNECTION_NETWORK_MAC
from .const import BBOX_NAME, DOMAIN, MANUFACTURER, CONF_HOST

from .const import BBOX_NAME, CONF_HOST, DOMAIN, MANUFACTURER
from .coordinator import BboxDataUpdateCoordinator
from .helpers import finditem

Expand Down

0 comments on commit eea497b

Please sign in to comment.