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

@ -481,7 +481,7 @@ def format_info(config, domain_information, long_output):
def format_list(config, vm_list, raw):
# Handle single-element lists
if not isinstance(vm_list, list):
vm_list = [ vm_list ]
vm_list = [vm_list ]
# Function to strip the "br" off of nets and return a nicer list
def getNiceNetID(domain_information):