From 2a84e4538927a689fec6d6aa26c1af482fb2f933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 7 Oct 2013 23:35:54 +0200 Subject: [PATCH] Remove unused import --- skimage/morphology/binary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/skimage/morphology/binary.py b/skimage/morphology/binary.py index 7262c573..4a7b1578 100644 --- a/skimage/morphology/binary.py +++ b/skimage/morphology/binary.py @@ -1,5 +1,4 @@ import numpy as np -import warnings from scipy import ndimage