Cleanup device_tracker imports (#81139)

This commit is contained in:
epenet 2022-10-28 17:40:37 +02:00 committed by GitHub
parent 11ea834cbe
commit 2214fff3b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 38 additions and 45 deletions

View file

@ -4,8 +4,7 @@ from __future__ import annotations
import logging
from typing import Any
from homeassistant.components.device_tracker import SourceType
from homeassistant.components.device_tracker.config_entry import ScannerEntity
from homeassistant.components.device_tracker import ScannerEntity, SourceType
from homeassistant.config_entries import ConfigEntry
from homeassistant.core import HomeAssistant, callback
from homeassistant.helpers.dispatcher import async_dispatcher_connect