Cleanup unused loggers (components N-Z + tests) (#41982)
This commit is contained in:
parent
ad6ce5fa83
commit
dde6305549
326 changed files with 84 additions and 1156 deletions
|
@ -1,6 +1,5 @@
|
|||
"""Support for watching multiple cryptocurrencies."""
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
|
||||
from pysochain import ChainSo
|
||||
import voluptuous as vol
|
||||
|
@ -11,8 +10,6 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
ATTRIBUTION = "Data provided by chain.so"
|
||||
|
||||
CONF_NETWORK = "network"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue