From a8abe62c59e7552290755847c1ccc5ff4d1f545d Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Wed, 30 Oct 2024 12:46:58 +0100
Subject: [PATCH] fix: forgot to add warning module

---
 src/cal_tools/warnings.py | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 src/cal_tools/warnings.py

diff --git a/src/cal_tools/warnings.py b/src/cal_tools/warnings.py
new file mode 100644
index 000000000..10b1c2df8
--- /dev/null
+++ b/src/cal_tools/warnings.py
@@ -0,0 +1,2 @@
+class CalWarning(UserWarning):
+    pass
\ No newline at end of file
-- 
GitLab