From a8d072f8206985a321cb90f82ffa4a0d129fced1 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak <siarheisiniak@yahoo.com> Date: Mon, 19 Jul 2021 09:45:54 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index 046a759..f98e28e 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1,3 +1,4 @@ +import pprint import xarray import numpy import json @@ -120,7 +121,7 @@ def kernel_3(should_exist=None): t2 = xarray.load_dataset(t1) else: if should_exist: - pprint.pprint(t1) + pprint.pprint([k, v, t1]) raise NotImplementedError if o_1 is None: