Skip to content

Commit

Permalink
[PsuBase] Reference inherited member constant (sonic-net#142)
Browse files Browse the repository at this point in the history
Member constant is inherited; do not need to reference into base class.
  • Loading branch information
mprabhu-nokia committed Nov 13, 2020
1 parent 0a13c7b commit e4883e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_platform_base/psu_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PsuBase(device_base.DeviceBase):
_thermal_list = []

# Status of Master LED
psu_master_led_color = device_base.DeviceBase.STATUS_LED_COLOR_OFF
psu_master_led_color = STATUS_LED_COLOR_OFF

def __init__(self):
self._fan_list = []
Expand Down

0 comments on commit e4883e5

Please sign in to comment.