From 0b616fe2dd4fd2b70ab2d64eee9aad84114d6fe8 Mon Sep 17 00:00:00 2001 From: Vasundhara Volam Date: Wed, 25 Feb 2026 17:47:36 +0000 Subject: [PATCH] Fix indentation error of _get_sfp_temperature_from_db function --- sonic-thermalctld/scripts/thermalctld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-thermalctld/scripts/thermalctld b/sonic-thermalctld/scripts/thermalctld index 06385de..b39dfb0 100644 --- a/sonic-thermalctld/scripts/thermalctld +++ b/sonic-thermalctld/scripts/thermalctld @@ -825,7 +825,7 @@ class TemperatureUpdater(logger.Logger): except Exception: pass - def _get_sfp_temperature_from_db(self, port_name): + def _get_sfp_temperature_from_db(self, port_name): """ Get SFP temperature from Redis. First tries TRANSCEIVER_DOM_TEMPERATURE table, then falls back to TRANSCEIVER_DOM_SENSOR table. Both are populated by xcvrd daemon.