diff --git a/bob/bio/base/script/fusion_llr.py b/bob/bio/base/script/fusion_llr.py
index 8edce2d5a84ed0b00aec652010339307bb0a9315..fc831adf77d01c88c04aefa2de66a8c5e7f0b6b5 100755
--- a/bob/bio/base/script/fusion_llr.py
+++ b/bob/bio/base/script/fusion_llr.py
@@ -75,7 +75,6 @@ def main(command_line_options = None):
 
   outf = open(args.score_fused_dev_file, 'w')
   for line in gen_data_dev[0]:
-    
     claimed_id = line[0]
     real_id = line[-3]
     test_label = line[-2]