From 2a8200a3617277fd5b184bcb366bb2bca385429c Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Mon, 16 Jan 2017 16:58:37 +0100
Subject: [PATCH] Implement empty annotations() method to satisfy bob.bio.base

---
 bob/bio/vein/database/fv3d.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bob/bio/vein/database/fv3d.py b/bob/bio/vein/database/fv3d.py
index 28d2886..db3c02a 100644
--- a/bob/bio/vein/database/fv3d.py
+++ b/bob/bio/vein/database/fv3d.py
@@ -77,3 +77,7 @@ class Database(BioDatabase):
         purposes=purposes, model_ids=model_ids, **kwargs)
 
     return [File(f) for f in retval]
+
+
+  def annotations(self, file):
+    return None
-- 
GitLab