mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Move disallow-any-generics to mypy.ini (#63917)
This commit is contained in:
@@ -34,8 +34,6 @@ from .util.async_ import gather_with_concurrency
|
||||
if TYPE_CHECKING:
|
||||
from .core import HomeAssistant
|
||||
|
||||
# mypy: disallow-any-generics
|
||||
|
||||
CALLABLE_T = TypeVar( # pylint: disable=invalid-name
|
||||
"CALLABLE_T", bound=Callable[..., Any]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user