From 48c0bd73dc3e8387251c8c4350cbd9ece85f9191 Mon Sep 17 00:00:00 2001
From: Willem-Jan Vriend <wjvriend@astro.rug.nl>
Date: Sat, 11 Feb 2023 14:06:46 +0100
Subject: [PATCH] black

---
 src/micado/test/integration/cpl_test.py | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/micado/test/integration/cpl_test.py b/src/micado/test/integration/cpl_test.py
index 64dc77096..a0a89ff18 100644
--- a/src/micado/test/integration/cpl_test.py
+++ b/src/micado/test/integration/cpl_test.py
@@ -24,12 +24,7 @@ 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