From b404ab8337a29801da52f5f8623e756386323561 Mon Sep 17 00:00:00 2001
From: Colm Talbot <colm.talbot@ligo.org>
Date: Fri, 28 Oct 2022 13:24:58 -0700
Subject: [PATCH] flake fixes

---
 test/gw/likelihood/relative_binning.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/gw/likelihood/relative_binning.py b/test/gw/likelihood/relative_binning.py
index 7617d1787..57cead398 100644
--- a/test/gw/likelihood/relative_binning.py
+++ b/test/gw/likelihood/relative_binning.py
@@ -132,6 +132,6 @@ class TestMBLikelihood(unittest.TestCase):
             1.5e-2
         )
 
+
 if __name__ == "__main__":
     unittest.main()
-
-- 
GitLab