diff --git a/Framework/PythonInterface/plugins/algorithms/DPDFreduction.py b/Framework/PythonInterface/plugins/algorithms/DPDFreduction.py
index cbb38c65169a6148612cce73ecf22534a02ec7f9..4ab619f33bb3a5769a484465a13763c367181f8a 100644
--- a/Framework/PythonInterface/plugins/algorithms/DPDFreduction.py
+++ b/Framework/PythonInterface/plugins/algorithms/DPDFreduction.py
@@ -148,7 +148,6 @@ class DPDFreduction(PythonAlgorithm):
         wn_ec_reduced = prefix + 'ec_reduced'  # empty can data after DGSReduction
         wn_ec_ste = prefix + 'ec_S_theta_E'  # empty can data after grouping by theta angle
 
-
         datasearch = config["datasearch.searcharchive"]
         if datasearch != "On":
             config["datasearch.searcharchive"] = "On"