mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Remove unused TypeVar from config.py (#108495)
This commit is contained in:
parent
2b90d968b4
commit
88dfe8d33b
@ -14,7 +14,7 @@ from pathlib import Path
|
|||||||
import re
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
from types import ModuleType
|
from types import ModuleType
|
||||||
from typing import TYPE_CHECKING, Any, TypeVar
|
from typing import TYPE_CHECKING, Any
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
|
||||||
from awesomeversion import AwesomeVersion
|
from awesomeversion import AwesomeVersion
|
||||||
@ -147,9 +147,6 @@ class ConfigExceptionInfo:
|
|||||||
integration_link: str | None
|
integration_link: str | None
|
||||||
|
|
||||||
|
|
||||||
_T = TypeVar("_T")
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class IntegrationConfigInfo:
|
class IntegrationConfigInfo:
|
||||||
"""Configuration for an integration and exception information."""
|
"""Configuration for an integration and exception information."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user