From 9174110faa39807d4dd5bb715a530b5a0dd5af48 Mon Sep 17 00:00:00 2001 From: Martin Zackrisson Date: Mon, 30 May 2016 13:36:47 +0200 Subject: [PATCH] Removed empty line from docstring --- skimage/filters/thresholding.py | 1 - 1 file changed, 1 deletion(-) diff --git a/skimage/filters/thresholding.py b/skimage/filters/thresholding.py index ccd88be4..2f9023d6 100644 --- a/skimage/filters/thresholding.py +++ b/skimage/filters/thresholding.py @@ -113,7 +113,6 @@ def threshold_otsu(image, nbins=256): Raises ------ - ValueError If `image` only contains a single grayscale value.