Skip to content

Commit c6c81a8

Browse files
authored
[fan_drawer_base.py] Fix FanDrawer get_status_led interface (sonic-net#175)
Fix `get_status_led()` API definition to conform to the description. Signed-off-by: Volodymyr Boyko <volodymyrx.boiko@intel.com>
1 parent 1673d25 commit c6c81a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic_platform_base/fan_drawer_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def set_status_led(self, color):
7373
"""
7474
raise NotImplementedError
7575

76-
def get_status_led(self, color):
76+
def get_status_led(self):
7777
"""
7878
Gets the state of the fan drawer LED
7979

0 commit comments

Comments
 (0)