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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user