mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-28 11:25:42 +08:00
Fix import list sequence
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
__all__ = ['threshold_otsu', 'threshold_adaptive', 'threshold_yen']
|
||||
__all__ = ['threshold_adaptive', 'threshold_otsu', 'threshold_yen']
|
||||
|
||||
import numpy as np
|
||||
import scipy.ndimage
|
||||
|
||||
Reference in New Issue
Block a user