Import names from typing instead of typing_extensions [3.11] (#97065)
This commit is contained in:
parent
7c55dbdb17
commit
77f38e33e5
45 changed files with 45 additions and 94 deletions
|
@ -4,9 +4,8 @@ from __future__ import annotations
|
|||
from dataclasses import dataclass
|
||||
from decimal import Decimal, DecimalException, InvalidOperation
|
||||
import logging
|
||||
from typing import Any, Final
|
||||
from typing import Any, Final, Self
|
||||
|
||||
from typing_extensions import Self
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.sensor import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue