Skip to content

Commit

Permalink
coordinator cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JackJPowell committed Apr 27, 2024
1 parent a2c01d9 commit 521b21e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/playstation_network/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from homeassistant.exceptions import ConfigEntryAuthFailed
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, UpdateFailed
from psnawp_api.core.psnawp_exceptions import PSNAWPAuthenticationError
from psnawp_api.psnawp import PSNAWP

from .const import DEVICE_SCAN_INTERVAL, DOMAIN

Expand Down Expand Up @@ -90,4 +89,3 @@ async def _async_update_data(self) -> dict[str, Any]:
raise UpdateFailed(
f"Error communicating with the Playstation Network {ex}"
) from ex
_LOGGER.debug("PSN Data Update values")

0 comments on commit 521b21e

Please sign in to comment.