We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a13c7b commit e4883e5Copy full SHA for e4883e5
sonic_platform_base/psu_base.py
@@ -27,7 +27,7 @@ class PsuBase(device_base.DeviceBase):
27
_thermal_list = []
28
29
# Status of Master LED
30
- psu_master_led_color = device_base.DeviceBase.STATUS_LED_COLOR_OFF
+ psu_master_led_color = STATUS_LED_COLOR_OFF
31
32
def __init__(self):
33
self._fan_list = []
0 commit comments