Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ajamias committed Jul 1, 2024
1 parent 7bd9033 commit d6ee888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esi/lib/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def network_list(connection, filter_node=None, filter_network=None):
}
"""


with concurrent.futures.ThreadPoolExecutor() as executor:
f1 = executor.submit(node_and_port_list, connection, filter_node)
f2 = executor.submit(networks.network_and_port_list, connection, filter_network)
Expand Down

0 comments on commit d6ee888

Please sign in to comment.