From 2b762a51135f7480148b2ee3834d5e3a0d8f9b3a Mon Sep 17 00:00:00 2001
From: Daniel Scheffler <danschef@gfz-potsdam.de>
Date: Tue, 5 Mar 2024 15:23:29 +0100
Subject: [PATCH] Fix missing blank line.

Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de>
---
 tests/test_dead_pixel_correction.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_dead_pixel_correction.py b/tests/test_dead_pixel_correction.py
index ba1ee096..cc233b14 100644
--- a/tests/test_dead_pixel_correction.py
+++ b/tests/test_dead_pixel_correction.py
@@ -143,6 +143,7 @@ class Test_interp_nodata_along_axis_2d(TestCase):
         with pytest.raises(ValueError):
             interp_nodata_along_axis_2d(self.get_data2d(), method='unsupported_method')
 
+
 class Test_interp_nodata_along_axis(TestCase):
     @staticmethod
     def get_data3d():
-- 
GitLab