Skip to content

Commit

Permalink
[sonic_platform_base] fix an indentation in fan_drawer_base.py (#133)
Browse files Browse the repository at this point in the history
Fix the new definition of get_fan in fan_drawer_base.py

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
  • Loading branch information
vdahiya12 committed Oct 15, 2020
1 parent f4b6a1d commit b316f8d
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 @@ -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 <index>
Expand Down

0 comments on commit b316f8d

Please sign in to comment.