mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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 shutil
|
||||
from types import ModuleType
|
||||
from typing import TYPE_CHECKING, Any, TypeVar
|
||||
from typing import TYPE_CHECKING, Any
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from awesomeversion import AwesomeVersion
|
||||
@ -147,9 +147,6 @@ class ConfigExceptionInfo:
|
||||
integration_link: str | None
|
||||
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
|
||||
@dataclass
|
||||
class IntegrationConfigInfo:
|
||||
"""Configuration for an integration and exception information."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user