From 7d1de29af37bc7653107b0eccbe1750f34d6edd0 Mon Sep 17 00:00:00 2001 From: Marco Lucarelli Date: Thu, 13 Nov 2025 13:02:35 +0100 Subject: [PATCH] remove optional expiry variable, it's WIP --- python/redfish-api/redfish_exporter.py | 1 - 1 file changed, 1 deletion(-) 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"""