Lint: E251 unexpected spaces around keyword / parameter equals

This commit is contained in:
2020-11-07 12:11:53 -05:00
parent 5b3ee363b2
commit 6ab261f4cb
2 changed files with 6 additions and 6 deletions

View File

@ -449,7 +449,7 @@ Wr: {osd_wrops: <{osd_wrops_length}} \
)
)
for osd_information in sorted(osd_list, key = lambda x: int(x['id'])):
for osd_information in sorted(osd_list, key=lambda x: int(x['id'])):
try:
# If this happens, the node hasn't checked in fully yet, so just ignore it
if osd_information['stats']['node'] == '|':
@ -750,7 +750,7 @@ Wr: {pool_write_ops: <{pool_write_ops_length}} \
)
)
for pool_information in sorted(pool_list, key = lambda x: int(x['stats']['id'])):
for pool_information in sorted(pool_list, key=lambda x: int(x['stats']['id'])):
# Format the output header
pool_list_output.append('{bold}\
{pool_id: <{pool_id_length}} \