From 6277fef8a24427422abb8ad75c61f74a7dd3173f Mon Sep 17 00:00:00 2001
From: CI Bot <astrowisegitlab@rug.nl>
Date: Mon, 13 Feb 2023 16:56:04 +0000
Subject: [PATCH] Auto-format files with abstractautoformatter

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

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