Remove unused import from test_eos_static_routes.py (#67776)

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
pull/67781/head
Paul Belanger 4 years ago committed by GitHub
parent 829a29ef18
commit 9c221e2bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,7 +85,7 @@ class TestEosStaticRoutesModule(TestEosModule):
])
], state="merged"))
commands = ['ipv6 route vrf testvrf 1200:10::/64 Ethernet1 55']
result = self.execute_module(changed=True, commands=commands)
self.execute_module(changed=True, commands=commands)
def test_eos_static_routes_merged_idempotent(self):
set_module_args(

Loading…
Cancel
Save