Remove unused import from test_eos_static_routes.py (#67776)

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2020-02-26 09:27:40 -05:00 committed by GitHub
parent 829a29ef18
commit 9c221e2bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(