From a314dc4367b4e8707f3867aa5b688f8736b6a0f7 Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Thu, 20 Jun 2024 16:10:53 +0200
Subject: [PATCH] refactor: reduce MR diff by reverting some of function split

---
 src/cal_tools/constants.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/cal_tools/constants.py b/src/cal_tools/constants.py
index 4e1b17c31..e1a959771 100644
--- a/src/cal_tools/constants.py
+++ b/src/cal_tools/constants.py
@@ -286,7 +286,6 @@ def inject_ccv(
             'name': report_path.stem,
             'file_path': str(report_path)
         }
-    return inject_h
 
     const_dest = get_default_caldb_root() / const_rel_path / const_filename
     const_dest.parent.mkdir(parents=True, exist_ok=True)
-- 
GitLab