From b316f8df1ee25937dc22b143f4b3b04de72e98dd Mon Sep 17 00:00:00 2001 From: vdahiya12 <67608553+vdahiya12@users.noreply.github.com> Date: Thu, 15 Oct 2020 11:03:21 -0700 Subject: [PATCH] [sonic_platform_base] fix an indentation in fan_drawer_base.py (#133) Fix the new definition of get_fan in fan_drawer_base.py Signed-off-by: vaibhav-dahiya --- sonic_platform_base/fan_drawer_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic_platform_base/fan_drawer_base.py b/sonic_platform_base/fan_drawer_base.py index 3a0ec7fcfdaf..ed3fc18c8013 100644 --- a/sonic_platform_base/fan_drawer_base.py +++ b/sonic_platform_base/fan_drawer_base.py @@ -37,7 +37,7 @@ def get_all_fans(self): """ return self._fan_list - def get_fan(self, index): + def get_fan(self, index): """ Retrieves fan module represented by (0-based) index