Skip to content

Commit 40e9feb

Browse files
author
Deepak Roy Chittajallu
committed
Fix style error
1 parent 79e1892 commit 40e9feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

histomicstk/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242

4343
__version__ = '0.1.0'
4444

45-
__all__ = ( # 'BinaryMixtureCut', # disable until pygco is deployed
46-
'ChanVese',
45+
# Add 'BinaryMixtureCut' after pygco is deployed
46+
__all__ = ('ChanVese',
4747
'cLoG',
4848
'ColorConvolution',
4949
'ColorDeconvolution',

0 commit comments

Comments
 (0)