From 6bd94feb1ef8c7c70251a29d9cb1eecb49794e67 Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Fri, 1 Oct 2021 02:09:00 +0200
Subject: [PATCH] yapf

---
 km3buu/tests/test_jobcard.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/km3buu/tests/test_jobcard.py b/km3buu/tests/test_jobcard.py
index c08fe45..6fc45b0 100644
--- a/km3buu/tests/test_jobcard.py
+++ b/km3buu/tests/test_jobcard.py
@@ -147,5 +147,5 @@ class TestJobcardSeed(unittest.TestCase):
             self.dfs.append(GiBUUOutput(output_dir.name).df)
 
     def test_output(self):
-        for a, b in combinations(self.dfs,2):
+        for a, b in combinations(self.dfs, 2):
             assert all((a == b).all(1))
-- 
GitLab