From e3b7c70038be174be41fba984d2a91e60ae1d606 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 15 Apr 2020 09:38:08 +0200
Subject: [PATCH] [data.drishtigs1] Avoid unnecessary import

---
 bob/ip/binseg/data/drishtigs1/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/ip/binseg/data/drishtigs1/__init__.py b/bob/ip/binseg/data/drishtigs1/__init__.py
index d1d1fbbc..7ab1543c 100644
--- a/bob/ip/binseg/data/drishtigs1/__init__.py
+++ b/bob/ip/binseg/data/drishtigs1/__init__.py
@@ -28,7 +28,7 @@ import pkg_resources
 import bob.extension
 
 from ..jsondataset import JSONDataset
-from ..loader import load_pil_rgb, load_pil_1
+from ..loader import load_pil_rgb
 
 _protocols = {
         "optic-disc-all": pkg_resources.resource_filename(__name__, "optic-disc.json"),
-- 
GitLab