E201 whitespace after '['

This commit is contained in:
2020-11-07 12:39:59 -05:00
parent c88965e898
commit b7daa8e1f6
9 changed files with 25 additions and 25 deletions

View File

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