mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Update pre-commit-config [Py310] (#86415)
This commit is contained in:
@@ -6,9 +6,8 @@ from collections.abc import Awaitable, Callable, Iterable
|
||||
import dataclasses
|
||||
from functools import partial, wraps
|
||||
import logging
|
||||
from typing import TYPE_CHECKING, Any, TypedDict, TypeVar
|
||||
from typing import TYPE_CHECKING, Any, TypedDict, TypeGuard, TypeVar
|
||||
|
||||
from typing_extensions import TypeGuard
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.auth.permissions.const import CAT_ENTITIES, POLICY_CONTROL
|
||||
|
||||
Reference in New Issue
Block a user