From 63dc310986e63c3d8e5d9ac86be48cef7bf83cf9 Mon Sep 17 00:00:00 2001
From: Willem-Jan Vriend <wjvriend@astro.rug.nl>
Date: Mon, 13 Feb 2023 17:02:20 +0100
Subject: [PATCH] black

---
 src/micado/test/integration/cpl_test.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/micado/test/integration/cpl_test.py b/src/micado/test/integration/cpl_test.py
index a0a89ff18..f67259fb3 100644
--- a/src/micado/test/integration/cpl_test.py
+++ b/src/micado/test/integration/cpl_test.py
@@ -24,7 +24,11 @@ def test_cpl_processing():
     """Test whether CPL and prototype processing is identical."""
     # TODO: do something smarter than marking the test as xfail, e.g.
     #       only run the test when the MICADO Pipeline is installed.
-    (mymasterdark_proto, dark_real, mydarks_raw,) = create_masterdark(
+    (
+        mymasterdark_proto,
+        dark_real,
+        mydarks_raw,
+    ) = create_masterdark(
         make=True,
         ndetectors=9,
     )
-- 
GitLab