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
65 changed files with 0 additions and 223 deletions

View File

@@ -1,13 +1,9 @@
"""Support for Aurora Forecast sensor."""
import logging
from homeassistant.const import PERCENTAGE
from . import AuroraEntity
from .const import COORDINATOR, DOMAIN
_LOGGER = logging.getLogger(__name__)
async def async_setup_entry(hass, entry, async_add_entries):
"""Set up the sensor platform."""