From 061e781029f2e987f5bad5a06ce87524097696bb Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas.kluyver@xfel.eu>
Date: Fri, 10 Jan 2025 11:29:08 +0000
Subject: [PATCH] Clean up blank line in calibrate.py

---
 src/xfel_calibrate/calibrate.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/xfel_calibrate/calibrate.py b/src/xfel_calibrate/calibrate.py
index db5c7d787..61f35e0a8 100755
--- a/src/xfel_calibrate/calibrate.py
+++ b/src/xfel_calibrate/calibrate.py
@@ -681,7 +681,6 @@ def run(argv=None):
         cal_work_dir / "setup-logging-nb.py"
     )
 
-
     if nb_details.user_venv:
         print("Using specified venv:", nb_details.user_venv)
         python_exe = str(nb_details.user_venv / 'bin' / 'python')
-- 
GitLab