diff --git a/bob/bio/face/annotator/bobiptinyface.py b/bob/bio/face/annotator/bobiptinyface.py index 653d5d9b7a97ee26619112c2bcfc20cdad201497..9430985b018886282576a6652512de594574e2b2 100644 --- a/bob/bio/face/annotator/bobiptinyface.py +++ b/bob/bio/face/annotator/bobiptinyface.py @@ -1,6 +1,5 @@ import bob.ip.facedetect.tinyface from . import Base -import cv2 as cv class BobIpTinyface(Base): @@ -29,4 +28,4 @@ class BobIpTinyface(Base): if annotations is not None: return annotations[0] else: - return None \ No newline at end of file + return None