Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions sonic_platform_base/chassis_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,6 @@ def get_base_mac(self):
"""
raise NotImplementedError

def get_serial_number(self):
"""
Retrieves the hardware serial number for the chassis
Returns:
A string containing the hardware serial number for this chassis.
"""
raise NotImplementedError

def get_system_eeprom_info(self):
"""
Retrieves the full content of system EEPROM information for the chassis
Expand Down
9 changes: 0 additions & 9 deletions sonic_platform_base/module_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ def get_base_mac(self):
"""
raise NotImplementedError

def get_serial_number(self):
"""
Retrieves the hardware serial number for the module
Returns:
A string containing the hardware serial number for this module.
"""
raise NotImplementedError

def get_system_eeprom_info(self):
"""
Retrieves the full content of system EEPROM information for the module
Expand Down