From bdea22e86918511d6ebd2b171aa5d0595fcdf4b4 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Tue, 27 Jul 2021 10:43:54 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index a76d209..3c272da 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1434,6 +1434,7 @@ def kernel_22(o_18): return angle def angle_gor(a,b,c,d): + import numpy as np from math import sqrt, acos, degrees, atan, degrees ab=[a[0]-b[0],a[1]-b[1]] ab1=[c[0]-d[0],c[1]-d[1]]