diff --git a/platform/barefoot/sonic-platform-modules-bfn-montara/sonic_platform/chassis.py b/platform/barefoot/sonic-platform-modules-bfn-montara/sonic_platform/chassis.py index 810fd0fad07a..b1ee5ae08af7 100644 --- a/platform/barefoot/sonic-platform-modules-bfn-montara/sonic_platform/chassis.py +++ b/platform/barefoot/sonic-platform-modules-bfn-montara/sonic_platform/chassis.py @@ -218,25 +218,25 @@ def initizalize_system_led(self): return True def set_status_led(self, color): - """ - Sets the state of the system LED + """ + Sets the state of the system LED - Args: - color: A string representing the color with which to set the - system LED + Args: + color: A string representing the color with which to set the + system LED - Returns: - bool: True if system LED state is set successfully, False if not - """ + Returns: + bool: True if system LED state is set successfully, False if not + """ self.system_led = color return True - def get_status_led(self): - """ - Gets the state of the system LED + def get_status_led(self): + """ + Gets the state of the system LED - Returns: - A string, one of the valid LED color strings which could be vendor - specified. - """ - return self.system_led + Returns: + A string, one of the valid LED color strings which could be vendor + specified. + """ + return self.system_led