Skip to content

Commit

Permalink
vultr: remove unnecessary pass statement
Browse files Browse the repository at this point in the history
  • Loading branch information
andy191x committed Nov 5, 2024
1 parent d8d6477 commit 0c8426b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudinit/sources/helpers/vultr.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def get_interface_list():
ifaces.append(iface)
except Exception as e:
LOG.error("find_candidate_nics script exception: %s", e)
pass

if len(ifaces) == 0:
for iface in net.find_candidate_nics():
Expand Down

0 comments on commit 0c8426b

Please sign in to comment.