remove optional expiry variable, it's WIP

This commit is contained in:
2025-11-13 13:02:35 +01:00
parent 3293ef2ea4
commit 7d1de29af3

View File

@@ -28,7 +28,6 @@ class HostConfig:
# New attributes for Redfish stuff
vendor: str | None = None
session_token: str | None = None
token_expiry = float | None = None
def should_skip(self) -> bool:
"""Check if host is still in cool-down window"""