From 60ec408bd9b6b541b04f8a884e513d93139fe1f0 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 22 Sep 2017 16:33:32 +0200 Subject: [PATCH] Fix indentation --- bob/bio/vein/database/verafinger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/bio/vein/database/verafinger.py b/bob/bio/vein/database/verafinger.py index 349d255..a99f1fe 100644 --- a/bob/bio/vein/database/verafinger.py +++ b/bob/bio/vein/database/verafinger.py @@ -80,4 +80,4 @@ class Database(BioDatabase): def annotations(self, file): - return None + return None -- GitLab