Skip to content

Commit

Permalink
Fix flake8 error with test_eos_lacp_interfaces (ansible#66552)
Browse files Browse the repository at this point in the history
F841 local variable 'commands' is assigned to but never used

Signed-off-by: Paul Belanger <[email protected]>
  • Loading branch information
pabelanger authored and Qalthos committed Jan 17, 2020
1 parent 148d72d commit 8b0fb9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/units/modules/network/eos/test_eos_lacp_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ def test_eos_lacp_interfaces_overridden_idempotent(self):
rate="fast"
)], state="overridden"
))
commands = ['interface Ethernet1', 'lacp port-priority 45', 'lacp rate normal',
'interface Ethernet2', 'lacp rate normal']
self.execute_module(changed=False, commands=[])

def test_eos_lacp_interfaces_deleted(self):
Expand Down

0 comments on commit 8b0fb9f

Please sign in to comment.