From 8af82d9c98c74453d45b85067813b21c7ed62479 Mon Sep 17 00:00:00 2001
From: leufen1 <l.leufen@fz-juelich.de>
Date: Wed, 20 Jul 2022 11:11:15 +0200
Subject: [PATCH] remove unused test class

---
 test/test_run_modules/test_post_processing.py | 4 ----
 1 file changed, 4 deletions(-)
 delete mode 100644 test/test_run_modules/test_post_processing.py

diff --git a/test/test_run_modules/test_post_processing.py b/test/test_run_modules/test_post_processing.py
deleted file mode 100644
index 67897451..00000000
--- a/test/test_run_modules/test_post_processing.py
+++ /dev/null
@@ -1,4 +0,0 @@
-class TestPostProcessing:
-
-    def test_init(self):
-        pass
-- 
GitLab