From 9fd6f7a5584a894c4a341a49cc23d49e3581bb13 Mon Sep 17 00:00:00 2001
From: Colm Talbot <colm.talbot@ligo.org>
Date: Sun, 5 Aug 2018 08:22:21 -0400
Subject: [PATCH] reformat imports

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

diff --git a/tupak/gw/detector.py b/tupak/gw/detector.py
index 2e4854090..21f2dee3b 100644
--- a/tupak/gw/detector.py
+++ b/tupak/gw/detector.py
@@ -7,7 +7,7 @@ import numpy as np
 from scipy.signal.windows import tukey
 from scipy.interpolate import interp1d
 
-import tupak.gw.utils as gwutils
+from tupak.gw import utils as gwutils
 from tupak.core import utils
 from tupak.core.utils import logger
 from .calibration import Recalibrate
-- 
GitLab