mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Use explicit return value in frontend (#79122)
This commit is contained in:
parent
50e732d00f
commit
1e3a3d32ad
@ -548,11 +548,9 @@ class IndexView(web_urldispatcher.AbstractResource):
|
||||
"""Return a dict with additional info useful for introspection."""
|
||||
return {"panels": list(self.hass.data[DATA_PANELS])}
|
||||
|
||||
def freeze(self) -> None:
|
||||
"""Freeze the resource."""
|
||||
|
||||
def raw_match(self, path: str) -> bool:
|
||||
"""Perform a raw match against path."""
|
||||
return False
|
||||
|
||||
def get_template(self) -> jinja2.Template:
|
||||
"""Get template."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user