Skip to content

Commit

Permalink
fix: black action
Browse files Browse the repository at this point in the history
  • Loading branch information
cdnninja authored and github-actions[bot] committed Jul 8, 2024
1 parent d8cd320 commit 4018a4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/kia_uvo/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ async def _async_update_data(self):
f"Force update failed, falling back to cached: {traceback.format_exc()}"
)
except Exception as err_nested:
raise UpdateFailed(f"Error communicating with API: {traceback.format_exc()}")
raise UpdateFailed(
f"Error communicating with API: {traceback.format_exc()}"
)

else:
await self.hass.async_add_executor_job(
Expand Down

0 comments on commit 4018a4e

Please sign in to comment.