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
|
@ -5,10 +5,9 @@ import base64
|
|||
from dataclasses import dataclass
|
||||
import json
|
||||
import struct
|
||||
from typing import Any, Literal, overload
|
||||
from typing import Any, Literal, Self, overload
|
||||
|
||||
from tuya_iot import TuyaDevice, TuyaDeviceManager
|
||||
from typing_extensions import Self
|
||||
|
||||
from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
||||
from homeassistant.helpers.entity import DeviceInfo, Entity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue