Lint: E131 continuation line unaligned for hanging indent

This commit is contained in:
2020-11-06 22:29:49 -05:00
parent 69858788c1
commit fad27a7f4d
3 changed files with 12 additions and 19 deletions

View File

@ -146,14 +146,14 @@ def getNetworkInformation(zk_conn, vni):
'network': ip6_network,
'gateway': ip6_gateway,
'dhcp_flag': dhcp6_flag,
},
'ip4': {
},
'ip4': {
'network': ip4_network,
'gateway': ip4_gateway,
'dhcp_flag': dhcp4_flag,
'dhcp_start': dhcp4_start,
'dhcp_end': dhcp4_end
}
}
}
return network_information