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

pep8

parent 47fab4cb
No related branches found
No related tags found
No related merge requests found
......@@ -547,15 +547,6 @@ def _build_subnet_db(update_callback=lambda s: None):
r.set('subnets:' + k, json.dumps(v))
def refresh_interface_address_lookups(hostname, netconf):
_refresh_peers(
hostname,
'reverse_interface_addresses',
juniper.interface_addresses(netconf))
def check_task_status(task_id):
r = AsyncResult(task_id, app=app)
result = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment