We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aadc13 commit 60b9fcfCopy full SHA for 60b9fcf
sonic_platform_base/sonic_xcvr/xcvr_api_factory.py
@@ -75,7 +75,7 @@ def _get_vendor_part_num(self):
75
vendor_pn = part_num.decode()
76
return vendor_pn.strip()
77
78
- def _create_cmis_api(self):
+ def _create_cmis_api(self):
79
api = None
80
vendor_name = self._get_vendor_name()
81
vendor_pn = self._get_vendor_part_num()
0 commit comments