Update formatting for Black 24.4.0

This commit is contained in:
2024-04-19 10:26:06 -04:00
parent 79ad09ae59
commit 9714ac20b2
6 changed files with 20 additions and 14 deletions

View File

@ -231,7 +231,7 @@ class NetstatsInstance(object):
# Get a list of all active interfaces
net_root_path = "/sys/class/net"
all_ifaces = list()
for (_, dirnames, _) in walk(net_root_path):
for _, dirnames, _ in walk(net_root_path):
all_ifaces.extend(dirnames)
all_ifaces.sort()