From 98cea14d5dbbf26640d1e5459eb4e96a42b19c84 Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Thu, 21 Dec 2023 09:52:58 +0000
Subject: [PATCH] Reformat long line

---
 tests/test_reference_runs/test_pre_deployment.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/test_reference_runs/test_pre_deployment.py b/tests/test_reference_runs/test_pre_deployment.py
index ed4bb0fa4..42b19990b 100644
--- a/tests/test_reference_runs/test_pre_deployment.py
+++ b/tests/test_reference_runs/test_pre_deployment.py
@@ -259,7 +259,9 @@ def slurm_watcher(test_key: str, std_out: str):
     list(automated_test_config.items()),
     ids=list(automated_test_config.keys()),
 )
-def test_xfel_calibrate(test_key: str, val_dict: dict, release_test_config: Tuple):  # noqa
+def test_xfel_calibrate(
+        test_key: str, val_dict: dict, release_test_config: Tuple
+):
     """Test xfel calibrate detectors and calibrations written
     in the given callab_test YAML file.
     Args:
-- 
GitLab