From 09e1d7d048162d5b900a7a17ff1aed8617d2d54a Mon Sep 17 00:00:00 2001
From: David Schaefer <david.schaefer@ufz.de>
Date: Tue, 8 Aug 2023 14:52:21 +0200
Subject: [PATCH] black

---
 saqc/funcs/interpolation.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/saqc/funcs/interpolation.py b/saqc/funcs/interpolation.py
index 20ce3dd3f..fe051cef8 100644
--- a/saqc/funcs/interpolation.py
+++ b/saqc/funcs/interpolation.py
@@ -485,7 +485,10 @@ class InterpolationMixin:
                 f'qc.interpolate(field="{field}", method="{method}", '
                 f'order="{order}", limit="{limit}", extrapolate="{extrapolate}")'
             )
-        warnings.warn(f"The method interpolateIndex is deprectated and will be removed with SaQC==3.0. Use `{call}` instead", DeprecationWarning)
+        warnings.warn(
+            f"The method interpolateIndex is deprectated and will be removed with SaQC==3.0. Use `{call}` instead",
+            DeprecationWarning,
+        )
 
         # HINT: checking is delegated to called functions
 
-- 
GitLab