Lint: E202 whitespace before ']'

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

View File

@ -181,7 +181,7 @@ def format_info(node_information, long_output):
def format_list(node_list, raw):
# Handle single-element lists
if not isinstance(node_list, list):
node_list = [node_list ]
node_list = [node_list]
if raw:
ainformation = list()