diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index db29295b48e2f31ec6b7d14adc8722763c101f1a..e5e0b6e62793173acedcb4c0b443103572c2d466 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -864,7 +864,6 @@ def analyze(lbls, pred):
     bin_edges.append(80.0)
     bin_edges.append(160.0)
 
-
     diff_by_value_bins = util.util.bin_data_by(diff, lbls, bin_ranges)
 
     values = []