mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Cleanup unused loggers (components N-Z + tests) (#41982)
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
"""Unit system helper class and methods."""
|
||||
|
||||
import logging
|
||||
from numbers import Number
|
||||
from typing import Optional
|
||||
|
||||
@ -33,8 +31,6 @@ from homeassistant.util import (
|
||||
volume as volume_util,
|
||||
)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
LENGTH_UNITS = distance_util.VALID_UNITS
|
||||
|
||||
MASS_UNITS = [MASS_POUNDS, MASS_OUNCES, MASS_KILOGRAMS, MASS_GRAMS]
|
||||
|
Reference in New Issue
Block a user