From 9cce4688d0ba05e3f67aba96229cb7800c85d582 Mon Sep 17 00:00:00 2001 From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch> Date: Tue, 20 Mar 2018 08:27:02 +0100 Subject: [PATCH] Remove unneeded import --- bob/bio/base/test/test_io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bob/bio/base/test/test_io.py b/bob/bio/base/test/test_io.py index e1f57fef..fa908d46 100644 --- a/bob/bio/base/test/test_io.py +++ b/bob/bio/base/test/test_io.py @@ -13,7 +13,6 @@ import os import shutil import pkg_resources -import bob.io.base.test_utils from .. import score -- GitLab