Cleanup unused loggers (#46510)

This commit is contained in:
tkdrob 2021-02-14 07:46:58 -05:00 committed by GitHub
parent 10e88cd23d
commit a5a45f29e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 0 additions and 223 deletions

View file

@ -1,6 +1,4 @@
"""Constants for Met component."""
import logging
from homeassistant.components.weather import (
ATTR_CONDITION_CLEAR_NIGHT,
ATTR_CONDITION_CLOUDY,
@ -191,5 +189,3 @@ ATTR_MAP = {
ATTR_WEATHER_WIND_BEARING: "wind_bearing",
ATTR_WEATHER_WIND_SPEED: "wind_speed",
}
_LOGGER = logging.getLogger(".")