mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Add first batch of Ruff PYI rules (#115100)
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
from collections.abc import Mapping
|
||||
from enum import Enum
|
||||
from functools import partial
|
||||
from typing import Any, TypeVar
|
||||
from typing import Any
|
||||
|
||||
import homeassistant.core
|
||||
|
||||
@@ -14,8 +14,6 @@ from .deprecation import (
|
||||
dir_with_deprecated_constants,
|
||||
)
|
||||
|
||||
_DataT = TypeVar("_DataT")
|
||||
|
||||
GPSType = tuple[float, float]
|
||||
ConfigType = dict[str, Any]
|
||||
DiscoveryInfoType = dict[str, Any]
|
||||
|
Reference in New Issue
Block a user