diff --git a/python/redfish-api/redfish_exporter.py b/python/redfish-api/redfish_exporter.py index d9336f4..52ad180 100644 --- a/python/redfish-api/redfish_exporter.py +++ b/python/redfish-api/redfish_exporter.py @@ -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"""