mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 05:50:13 +00:00
Cleanup unused loggers (#46510)
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user