mirror of
https://github.com/gutosie/neoboot.git
synced 2026-07-08 15:14:11 +02:00
PEP8 double aggressive E225 ~ E228 and E231
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user