mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Move disallow-any-generics to mypy.ini (#63917)
This commit is contained in:
@@ -14,8 +14,6 @@ from homeassistant.util import slugify
|
||||
from . import device_registry as dr, entity_registry as er
|
||||
from .typing import UNDEFINED, UndefinedType
|
||||
|
||||
# mypy: disallow-any-generics
|
||||
|
||||
DATA_REGISTRY = "area_registry"
|
||||
EVENT_AREA_REGISTRY_UPDATED = "area_registry_updated"
|
||||
STORAGE_KEY = "core.area_registry"
|
||||
|
||||
Reference in New Issue
Block a user