mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Move disallow-any-generics to mypy.ini (#63917)
This commit is contained in:
@@ -40,8 +40,6 @@ from . import (
|
||||
volume as volume_util,
|
||||
)
|
||||
|
||||
# mypy: disallow-any-generics
|
||||
|
||||
LENGTH_UNITS = distance_util.VALID_UNITS
|
||||
|
||||
MASS_UNITS: tuple[str, ...] = (MASS_POUNDS, MASS_OUNCES, MASS_KILOGRAMS, MASS_GRAMS)
|
||||
|
||||
Reference in New Issue
Block a user