From 8c6b7910ccec6293a3d1ec737c2a875b4420cd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Scho=CC=88nberger?= Date: Wed, 25 Apr 2012 18:13:16 +0200 Subject: [PATCH] removed unused import --- doc/examples/plot_thresholding.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/examples/plot_thresholding.py b/doc/examples/plot_thresholding.py index 4def3435..df2a4b85 100644 --- a/doc/examples/plot_thresholding.py +++ b/doc/examples/plot_thresholding.py @@ -21,7 +21,6 @@ thresholding larger homogeneous regions. """ import matplotlib.pyplot as plt -import numpy as np from skimage.data import camera from skimage.filter import threshold_otsu, threshold_adaptive