Lint: E202 whitespace before ']'

This commit is contained in:
Joshua Boniface 2020-11-07 13:02:54 -05:00
parent d2e5ede399
commit d2490419c5
9 changed files with 25 additions and 27 deletions

View File

@ -222,9 +222,7 @@ def readConfig(pvcnoded_config_file, myhostname):
config = {**config, **config_networking}
# Create the by-id address entries
for net in ['vni',
'storage',
'upstream' ]:
for net in ['vni', 'storage', 'upstream']:
address_key = '{}_dev_ip'.format(net)
floating_key = '{}_floating_ip'.format(net)
network_key = '{}_network'.format(net)