mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Remove unused TypeVar from config.py (#108495)
This commit is contained in:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user