mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 02:28:21 +00:00
Adjust
This commit is contained in:
parent
86f1de056e
commit
739fc7ece2
@ -20,4 +20,7 @@ class DhcpServiceInfo(BaseServiceInfo):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __post_init__(self) -> None:
|
def __post_init__(self) -> None:
|
||||||
"""Post init checks."""
|
"""Post init checks.
|
||||||
|
|
||||||
|
Needed so it can be overridden in tests.
|
||||||
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user