From ef4f995bc1b9c32e2be6f2653849d5cbc8ce1318 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak <siarheisiniak@yahoo.com> Date: Thu, 22 Jul 2021 10:59:58 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index e7abc9c..827b913 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1041,3 +1041,10 @@ def kernel_15( matplotlib.pyplot.figure() matplotlib.pyplot.imshow(t12) matplotlib.pyplot.show() + + return dict( + t6=t6, + t7=t7, + t8=t8, + t12=t12, + )