PEP8 double aggressive E225 ~ E228 and E231

This commit is contained in:
persianpros
2021-04-14 00:13:49 +04:30
parent 8a0657cf33
commit 334f3e0ed9
13 changed files with 20 additions and 20 deletions

View File

@@ -33,7 +33,7 @@ class description(object):
def get_blocks_in_list(blocks, idx_list):
return {i:blocks[i] for i in idx_list}
return {i: blocks[i] for i in idx_list}
def extract_blocks(ubi):