Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlb committed Dec 15, 2024
1 parent 1a15f48 commit 7377f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ha_blueair/blueair_update_coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from blueair_api import Device as BlueAirApiDevice, DeviceAws as BlueAirAwsDevice

from homeassistant.core import HomeAssistant
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, UpdateFailed
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator

from .const import DOMAIN

Expand Down

0 comments on commit 7377f39

Please sign in to comment.