From de410e1b745c55199d48311ca2176ee5ce9d4659 Mon Sep 17 00:00:00 2001
From: Moritz <email@moritz-huebner.de>
Date: Mon, 29 Apr 2019 14:41:36 +1000
Subject: [PATCH] Sorted out imports

---
 bilby/core/result.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bilby/core/result.py b/bilby/core/result.py
index e38f2ac0e..eeb16a504 100644
--- a/bilby/core/result.py
+++ b/bilby/core/result.py
@@ -8,7 +8,6 @@ from itertools import product
 
 import corner
 import json
-import scipy.stats
 import matplotlib
 import matplotlib.pyplot as plt
 from matplotlib import lines as mpllines
-- 
GitLab