Skip to content
Snippets Groups Projects
Commit 2a8200a3 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Implement empty annotations() method to satisfy bob.bio.base

parent e783bf2e
No related branches found
No related tags found
1 merge request!353DFV and multiple fixes
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment