Import names from typing instead of typing_extensions [3.11] (#97065)

This commit is contained in:
Marc Mueller 2023-07-23 00:03:44 +02:00 committed by GitHub
parent 7c55dbdb17
commit 77f38e33e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 45 additions and 94 deletions

View file

@ -5,9 +5,8 @@ from dataclasses import dataclass
from datetime import datetime, timedelta
from functools import partial
import logging
from typing import Any
from typing import Any, Self
from typing_extensions import Self
import voluptuous as vol
from homeassistant.components.binary_sensor import (