Wrap code at 80

This commit is contained in:
Johannes Schönberger
2014-12-06 10:19:23 -05:00
parent 37560287a9
commit bbd9828234
+2 -1
View File
@@ -1,6 +1,7 @@
from .generic import (autolevel, bottomhat, equalize, gradient, maximum, mean,
subtract_mean, median, minimum, modal, enhance_contrast,
pop, threshold, tophat, noise_filter, entropy, otsu, sum, windowed_histogram)
pop, threshold, tophat, noise_filter, entropy, otsu,
sum, windowed_histogram)
from ._percentile import (autolevel_percentile, gradient_percentile,
mean_percentile, subtract_mean_percentile,
enhance_contrast_percentile, percentile,