mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 06:56:48 +08:00
Merge branch 'fast-import' of github.com:blink1073/scikits-image into fast-import
* 'fast-import' of github.com:blink1073/scikits-image: STY: Added newline at the end of file STY: Fixed indent on docstring. Lazily import nose for testing, makes skimge load in 1/3 time.
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ def _setup_log():
|
||||
|
||||
formatter = logging.Formatter(
|
||||
'%(name)s: %(levelname)s: %(message)s'
|
||||
)
|
||||
)
|
||||
|
||||
try:
|
||||
handler = logging.StreamHandler(stream=sys.stdout)
|
||||
|
||||
Reference in New Issue
Block a user