Skip to content

Commit e4883e5

Browse files
[PsuBase] Reference inherited member constant (sonic-net#142)
Member constant is inherited; do not need to reference into base class.
1 parent 0a13c7b commit e4883e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic_platform_base/psu_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class PsuBase(device_base.DeviceBase):
2727
_thermal_list = []
2828

2929
# Status of Master LED
30-
psu_master_led_color = device_base.DeviceBase.STATUS_LED_COLOR_OFF
30+
psu_master_led_color = STATUS_LED_COLOR_OFF
3131

3232
def __init__(self):
3333
self._fan_list = []

0 commit comments

Comments
 (0)