This commit is contained in:
epenet 2025-07-01 08:05:50 +00:00
parent 86f1de056e
commit 739fc7ece2

View File

@ -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.
"""