From 815bb6eeb8321b2b0e3e01732cb0381e63fc61db Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Mon, 21 Nov 2016 10:22:07 +0100 Subject: [PATCH] Removed arface as dependency --- bob/db/cuhk_cufsf/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bob/db/cuhk_cufsf/utils.py b/bob/db/cuhk_cufsf/utils.py index c7dc76d..e88560f 100644 --- a/bob/db/cuhk_cufsf/utils.py +++ b/bob/db/cuhk_cufsf/utils.py @@ -10,7 +10,6 @@ This file has some utilities to deal with the files provided by the database import os import numpy -import bob.db.arface import pkg_resources -- GitLab