Skip to content

Commit

Permalink
style: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 30, 2022
1 parent e6e56f8 commit edd0e80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ async def test_status_available(hass: HomeAssistant) -> None:
with patch(
"teslajsonpy.car.TeslaCar.schedule_software_update"
) as mock_schedule_software_update:

assert await hass.services.async_call(
UPDATE_DOMAIN,
"install",
Expand Down Expand Up @@ -139,7 +138,6 @@ async def test_status_scheduled(hass: HomeAssistant) -> None:
with patch(
"teslajsonpy.car.TeslaCar.schedule_software_update"
) as mock_schedule_software_update:

assert await hass.services.async_call(
UPDATE_DOMAIN,
"install",
Expand Down

0 comments on commit edd0e80

Please sign in to comment.