Skip to content

Commit

Permalink
[fan_drawer_base.py] Fix FanDrawer get_status_led interface (#175)
Browse files Browse the repository at this point in the history
Fix `get_status_led()` API definition to conform to the description.

Signed-off-by: Volodymyr Boyko <volodymyrx.boiko@intel.com>
  • Loading branch information
vboykox committed Mar 9, 2021
1 parent 1673d25 commit c6c81a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_platform_base/fan_drawer_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def set_status_led(self, color):
"""
raise NotImplementedError

def get_status_led(self, color):
def get_status_led(self):
"""
Gets the state of the fan drawer LED
Expand Down

0 comments on commit c6c81a8

Please sign in to comment.