Lint: E303 too many blank lines (2)
This commit is contained in:
@ -694,7 +694,6 @@ def format_info(network_information, long_output):
|
||||
for rule in formatted_firewall_rules:
|
||||
ainformation.append(rule)
|
||||
|
||||
|
||||
# Join it all together
|
||||
click.echo('\n'.join(ainformation))
|
||||
|
||||
|
@ -346,7 +346,6 @@ def format_list(node_list):
|
||||
if _mem_prov_length > mem_prov_length:
|
||||
mem_prov_length = _mem_prov_length
|
||||
|
||||
|
||||
# Format the string (header)
|
||||
node_list_output.append(
|
||||
'{bold}{node_name: <{node_name_length}} \
|
||||
|
Reference in New Issue
Block a user