[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-07-15 10:24:42 +03:00
parent 449385bee1
commit a392ddd252

@ -377,6 +377,6 @@ def kernel_5(
t3 = sorted(
t2['t6'],
key=lambda x: x['score'][0],
key=lambda x: x['score'],
)
pprint.pprint(t3)