1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove artifacts from black formatting (#65113)

* Remove artifacts from black formatting

* Tweak
This commit is contained in:
Erik Montnemery
2022-01-28 16:00:01 +01:00
committed by GitHub
parent 0b02870489
commit dccc4eba76
6 changed files with 41 additions and 41 deletions

View File

@@ -298,7 +298,7 @@ async def test_entity_attributes(
assert picture == attrs.get(ATTR_ENTITY_PICTURE)
@patch("homeassistant.components.device_tracker.legacy." "DeviceTracker.async_see")
@patch("homeassistant.components.device_tracker.legacy.DeviceTracker.async_see")
async def test_see_service(mock_see, hass, enable_custom_integrations):
"""Test the see service with a unicode dev_id and NO MAC."""
with assert_setup_component(1, device_tracker.DOMAIN):