Cleanup unused loggers (components A-M) (#41600)

This commit is contained in:
Philip Allgaier 2020-10-12 16:59:05 +02:00 committed by GitHub
parent 9e6df38994
commit 625bbe6238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
251 changed files with 16 additions and 891 deletions

View file

@ -1,6 +1,4 @@
"""Support for Fast.com internet speed testing sensor."""
import logging
from homeassistant.const import DATA_RATE_MEGABITS_PER_SECOND
from homeassistant.core import callback
from homeassistant.helpers.dispatcher import async_dispatcher_connect
@ -8,8 +6,6 @@ from homeassistant.helpers.restore_state import RestoreEntity
from . import DATA_UPDATED, DOMAIN as FASTDOTCOM_DOMAIN
_LOGGER = logging.getLogger(__name__)
ICON = "mdi:speedometer"