Skip to content

Commit

Permalink
Fix LGTM warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Aug 26, 2021
1 parent 0e89108 commit 261f805
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sonic-xcvrd/xcvrd/xcvrd.py
Expand Up @@ -1476,7 +1476,6 @@ def handle_port_config_change(self):
self.notify_port_change_event(port_change_event)
elif op == swsscommon.DEL_COMMAND:
if self.port_mapping.is_logical_port(key):
fvp = dict(fvp)
port_change_event = PortChangeEvent(key,
self.port_mapping.get_logical_to_physical(key)[0],
asic_context[sst],
Expand Down
1 change: 0 additions & 1 deletion sonic-xcvrd/xcvrd/xcvrd_utilities/y_cable_helper.py
Expand Up @@ -17,7 +17,6 @@
from sonic_y_cable import y_cable_vendor_mapping
from swsscommon import swsscommon
from . import sfp_status_helper
from .port_mapping import PortMapping


SELECT_TIMEOUT = 1000
Expand Down

0 comments on commit 261f805

Please sign in to comment.