mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Remove redundant type hint from core_config.py (#141989)
This commit is contained in:
parent
c151696357
commit
145e02769c
@ -581,9 +581,7 @@ class Config:
|
||||
self.all_components: set[str] = set()
|
||||
|
||||
# Set of loaded components
|
||||
self.components: _ComponentSet = _ComponentSet(
|
||||
self.top_level_components, self.all_components
|
||||
)
|
||||
self.components = _ComponentSet(self.top_level_components, self.all_components)
|
||||
|
||||
# API (HTTP) server configuration
|
||||
self.api: ApiConfig | None = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user