[~] Refactor
This commit is contained in:
parent
449385bee1
commit
a392ddd252
@ -377,6 +377,6 @@ def kernel_5(
|
|||||||
|
|
||||||
t3 = sorted(
|
t3 = sorted(
|
||||||
t2['t6'],
|
t2['t6'],
|
||||||
key=lambda x: x['score'][0],
|
key=lambda x: x['score'],
|
||||||
)
|
)
|
||||||
pprint.pprint(t3)
|
pprint.pprint(t3)
|
||||||
|
Loading…
Reference in New Issue
Block a user