From 42005b7aab50c3c5d99a27b5e81670d2a26c77ac Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Mon, 10 Feb 2020 17:00:27 +0100
Subject: [PATCH] Make yapf

---
 tests/test_daq.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test_daq.py b/tests/test_daq.py
index 090fe14..01f4304 100644
--- a/tests/test_daq.py
+++ b/tests/test_daq.py
@@ -390,8 +390,8 @@ class TestSummaryslices(unittest.TestCase):
         for dom_id, fifo_flags in dct_fifo_flags.items():
             frame = s[s.dom_id == dom_id]
             assert any([
-                a == b for a, b in zip(
-                    get_channel_flags(frame.fifo[0]), fifo_flags)
+                a == b
+                for a, b in zip(get_channel_flags(frame.fifo[0]), fifo_flags)
             ])
 
 
-- 
GitLab