Skip to content

Commit 19e4b49

Browse files
committed
Add get_name()
1 parent 1f1592a commit 19e4b49

File tree

1 file changed

+1
-2
lines changed
  • platform/broadcom/sonic-platform-modules-dell/z9332f/sonic_platform

1 file changed

+1
-2
lines changed

platform/broadcom/sonic-platform-modules-dell/z9332f/sonic_platform/sfp.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ def get_eeprom_path(self):
9595
"""
9696
return self.eeprom_path
9797

98-
@staticmethod
99-
def get_name():
98+
def get_name(self):
10099
"""
101100
Returns native transceiver type
102101
"""

0 commit comments

Comments
 (0)