From 6fa75e34d6a238aa0c39c11998627fc47d6c0ca7 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 16 Oct 2020 15:09:39 +0200 Subject: [PATCH] nit --- bob/bio/face/annotator/Base.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bob/bio/face/annotator/Base.py b/bob/bio/face/annotator/Base.py index 02c92201..901e3919 100644 --- a/bob/bio/face/annotator/Base.py +++ b/bob/bio/face/annotator/Base.py @@ -5,9 +5,6 @@ import bob.bio.face.preprocessor # import for documentation class Base(bob.bio.base.annotator.Annotator): """Base class for all face annotators""" - def __init__(self, **kwargs): - super(Base, self).__init__(**kwargs) - def annotate(self, sample, **kwargs): """Annotates an image and returns annotations in a dictionary. All annotator should return at least the ``topleft`` and ``bottomright`` -- GitLab