From 8c37865dd90c5b10b0d758a6b6d2af978a98b87e Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Mon, 4 Mar 2019 09:52:01 +1100
Subject: [PATCH] Fix flake8

---
 bilby/gw/detector.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bilby/gw/detector.py b/bilby/gw/detector.py
index 059da0b65..9f8713641 100644
--- a/bilby/gw/detector.py
+++ b/bilby/gw/detector.py
@@ -1711,7 +1711,7 @@ class Interferometer(object):
             raise NotImplementedError('Pickling of Interferometer is not supported in Python 2.'
                                       'Use Python 3 instead.')
 
-        res = deepsish.io.load(filename)
+        res = deepdish.io.load(filename)
         if res.__class__ != cls:
             raise TypeError('The loaded object is not an Interferometer')
         return res
-- 
GitLab