1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

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
45 changed files with 45 additions and 94 deletions

View File

@@ -5,9 +5,8 @@ from collections import OrderedDict
import logging
import os
from pathlib import Path
from typing import NamedTuple
from typing import NamedTuple, Self
from typing_extensions import Self
import voluptuous as vol
from homeassistant import loader