[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-07-29 08:34:51 +03:00
parent d58a3e7b73
commit 7211e59945

@ -1810,8 +1810,9 @@ def kernel_29():
'/kaggle/working/kernel_28-output.dir/slice-*/*.json'
)
]
with io.open(t4, 'w') as f:
f.write(json.dumps(t1)
f.write(json.dumps(t1))
with io.open(t4, 'r') as f:
t1 = json.load(f)