Move disallow-any-generics
to mypy.ini (#63917)
This commit is contained in:
parent
f4aa18de31
commit
240c9979c7
24 changed files with 73 additions and 44 deletions
|
@ -8,8 +8,6 @@ from typing import Any
|
|||
|
||||
from homeassistant.core import split_entity_id
|
||||
|
||||
# mypy: disallow-any-generics
|
||||
|
||||
|
||||
class EntityValues:
|
||||
"""Class to store entity id based values."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue