From 24894e8f0ffc5ec7105c92dde53210221c31e360 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Fri, 6 Mar 2020 17:18:15 +0100
Subject: [PATCH] Make yapf

---
 tests/test_daq.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_daq.py b/tests/test_daq.py
index 2643c39..cff1fbf 100644
--- a/tests/test_daq.py
+++ b/tests/test_daq.py
@@ -7,6 +7,7 @@ from km3io.daq import DAQReader, get_rate, has_udp_trailer, get_udp_max_sequence
 SAMPLES_DIR = os.path.join(os.path.dirname(__file__), "samples")
 DAQ_FILE = DAQReader(os.path.join(SAMPLES_DIR, "daq_v1.0.0.root"))
 
+
 class TestDAQEvents(unittest.TestCase):
     def setUp(self):
         self.events = DAQ_FILE.events
-- 
GitLab