Skip to content

Commit

Permalink
Remove extra argument
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxin committed Aug 20, 2021
1 parent d6be8cd commit 93b9fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_y_cable/microsoft/y_cable_simulated.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _get_status(self):
self.log_warning('Get {} failed, exception: {}'.format(self._url, repr(e)))
return None

def _toggle_to(self, physical_port, target):
def _toggle_to(self, target):
"""
Helper function for toggling active side of physical_port to target side.
Expand Down

0 comments on commit 93b9fc7

Please sign in to comment.