mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 13:26:37 +08:00
Add __all__ to specify modules which should be imported
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
__all__ = ['python_to_notebook']
|
||||
|
||||
import json
|
||||
import copy
|
||||
|
||||
|
||||
+1
-1
@@ -80,7 +80,7 @@ from skimage import io
|
||||
from skimage import transform
|
||||
from skimage.util.dtype import dtype_range
|
||||
|
||||
from notebook import save_ipython_notebook
|
||||
from notebook import python_to_notebook
|
||||
|
||||
|
||||
LITERALINCLUDE = """
|
||||
|
||||
Reference in New Issue
Block a user