Skip to content
Snippets Groups Projects
Commit c9aec9aa authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent c07a7ffc
No related branches found
No related tags found
No related merge requests found
......@@ -50,4 +50,3 @@ def rpc(router_name, ssh_config, command, host_verify=True):
host_verify=host_verify)) as router:
reply = _rpc_response(router, command)
return _remove_ns(reply)
......@@ -10,4 +10,4 @@ def get_interface_info_ncrpc(router_name, ssh_config, host_verify=False):
# ssh_config=ssh_config,
# command=request,
# host_verify=host_verify)
assert False, 'to do'
\ No newline at end of file
assert False, 'to do'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment